class method
self.service_version
Ruby on Rails 2.4.0
Since v1.9.3 Last seen in v2.11.0Signature
self.service_version(config)
No documentation comment.
Parameters
-
configreq
Source
# File lib/kamal/tags.rb, line 20
def service_version(config)
[ config.service, config.abbreviated_version ].compact.join("@")
end
Defined in lib/kamal/tags.rb line 20
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Kamal::Tags