Class: Onair::Deployed
- Inherits:
-
Data
- Object
- Data
- Onair::Deployed
- Defined in:
- lib/onair.rb
Overview
The release currently running in production. sha may be nil when the
platform can't resolve the running commit; version/description still render.
Instance Attribute Summary collapse
-
#deployed_at ⇒ Object
readonly
Returns the value of attribute deployed_at.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#sha ⇒ Object
readonly
Returns the value of attribute sha.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#deployed_at ⇒ Object (readonly)
Returns the value of attribute deployed_at
13 14 15 |
# File 'lib/onair.rb', line 13 def deployed_at @deployed_at end |
#description ⇒ Object (readonly)
Returns the value of attribute description
13 14 15 |
# File 'lib/onair.rb', line 13 def description @description end |
#sha ⇒ Object (readonly)
Returns the value of attribute sha
13 14 15 |
# File 'lib/onair.rb', line 13 def sha @sha end |
#version ⇒ Object (readonly)
Returns the value of attribute version
13 14 15 |
# File 'lib/onair.rb', line 13 def version @version end |