Class: Eso::Workflow::StateHistory
- Inherits:
-
Struct
- Object
- Struct
- Eso::Workflow::StateHistory
- Defined in:
- lib/eso/workflow.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#startTime ⇒ Object
Returns the value of attribute startTime.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
121 122 123 |
# File 'lib/eso/workflow.rb', line 121 def @message end |
#startTime ⇒ Object
Returns the value of attribute startTime
121 122 123 |
# File 'lib/eso/workflow.rb', line 121 def startTime @startTime end |
#state ⇒ Object
Returns the value of attribute state
121 122 123 |
# File 'lib/eso/workflow.rb', line 121 def state @state end |