Class: Eso::Workflow::StateHistory

Inherits:
Struct
  • Object
show all
Defined in:
lib/eso/workflow.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



121
122
123
# File 'lib/eso/workflow.rb', line 121

def message
  @message
end

#startTimeObject

Returns the value of attribute startTime

Returns:

  • (Object)

    the current value of startTime



121
122
123
# File 'lib/eso/workflow.rb', line 121

def startTime
  @startTime
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



121
122
123
# File 'lib/eso/workflow.rb', line 121

def state
  @state
end