Class: GreenScreen::Run
- Inherits:
-
Struct
- Object
- Struct
- GreenScreen::Run
- Defined in:
- lib/greenscreen/app.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
-
#status ⇒ Object
Returns the value of attribute status.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label
11 12 13 |
# File 'lib/greenscreen/app.rb', line 11 def label @label end |
#status ⇒ Object
Returns the value of attribute status
11 12 13 |
# File 'lib/greenscreen/app.rb', line 11 def status @status end |
#time ⇒ Object
Returns the value of attribute time
11 12 13 |
# File 'lib/greenscreen/app.rb', line 11 def time @time end |