class method
self.version
Ruby on Rails 6.0.6
Since v4.2.9Signature
self.version()
Returns the version of the currently loaded Active Job as a Gem::Version
Source
# File activejob/lib/active_job/version.rb, line 7
def self.version
gem_version
end
Defined in activejob/lib/active_job/version.rb line 7
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob