Class: KManager::Manager::Show
- Inherits:
-
Struct
- Object
- Struct
- KManager::Manager::Show
- Defined in:
- lib/k_manager/manager.rb
Instance Attribute Summary collapse
-
#finished ⇒ Object
Returns the value of attribute finished.
-
#finished_message ⇒ Object
Returns the value of attribute finished_message.
-
#time_taken ⇒ Object
Returns the value of attribute time_taken.
Instance Attribute Details
#finished ⇒ Object
Returns the value of attribute finished
51 52 53 |
# File 'lib/k_manager/manager.rb', line 51 def finished @finished end |
#finished_message ⇒ Object
Returns the value of attribute finished_message
51 52 53 |
# File 'lib/k_manager/manager.rb', line 51 def @finished_message end |
#time_taken ⇒ Object
Returns the value of attribute time_taken
51 52 53 |
# File 'lib/k_manager/manager.rb', line 51 def time_taken @time_taken end |