Class: NitroKit::Installation::Check
- Inherits:
-
Struct
- Object
- Struct
- NitroKit::Installation::Check
- Defined in:
- lib/nitro_kit/installation.rb
Instance Attribute Summary collapse
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#label ⇒ Object
Returns the value of attribute label.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#detail ⇒ Object
Returns the value of attribute detail
38 39 40 |
# File 'lib/nitro_kit/installation.rb', line 38 def detail @detail end |
#label ⇒ Object
Returns the value of attribute label
38 39 40 |
# File 'lib/nitro_kit/installation.rb', line 38 def label @label end |
#status ⇒ Object
Returns the value of attribute status
38 39 40 |
# File 'lib/nitro_kit/installation.rb', line 38 def status @status end |