Class: OpenWFE::Expression

Inherits:
Object
  • Object
show all
Defined in:
lib/openwfe/orest/workitem.rb

Overview

Expression, somehow equivalent to FlowExpression, but only used by the control interface.

(Only used when accessing an OpenWFEja engine)

Instance Attribute Summary collapse

Instance Attribute Details

#apply_timeObject

Returns the value of attribute apply_time.



202
203
204
# File 'lib/openwfe/orest/workitem.rb', line 202

def apply_time
  @apply_time
end

#idObject

Returns the value of attribute id.



202
203
204
# File 'lib/openwfe/orest/workitem.rb', line 202

def id
  @id
end

#stateObject

Returns the value of attribute state.



202
203
204
# File 'lib/openwfe/orest/workitem.rb', line 202

def state
  @state
end

#state_sinceObject

Returns the value of attribute state_since.



202
203
204
# File 'lib/openwfe/orest/workitem.rb', line 202

def state_since
  @state_since
end