Class: TimeMachine::TaskResult
- Inherits:
-
Struct
- Object
- Struct
- TimeMachine::TaskResult
- Defined in:
- lib/timemachine.rb
Overview
The struct to store the result of a task.
Instance Attribute Summary collapse
-
#handle ⇒ Object
Returns the value of attribute handle.
-
#record_result ⇒ Object
Returns the value of attribute record_result.
-
#result ⇒ Object
Returns the value of attribute result.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#handle ⇒ Object
Returns the value of attribute handle
18 19 20 |
# File 'lib/timemachine.rb', line 18 def handle @handle end |
#record_result ⇒ Object
Returns the value of attribute record_result
18 19 20 |
# File 'lib/timemachine.rb', line 18 def record_result @record_result end |
#result ⇒ Object
Returns the value of attribute result
18 19 20 |
# File 'lib/timemachine.rb', line 18 def result @result end |
#status ⇒ Object
Returns the value of attribute status
18 19 20 |
# File 'lib/timemachine.rb', line 18 def status @status end |