Class: OpenWFE::Expression
- Inherits:
-
Object
- Object
- OpenWFE::Expression
- 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
-
#apply_time ⇒ Object
Returns the value of attribute apply_time.
-
#id ⇒ Object
Returns the value of attribute id.
-
#state ⇒ Object
Returns the value of attribute state.
-
#state_since ⇒ Object
Returns the value of attribute state_since.
Instance Attribute Details
#apply_time ⇒ Object
Returns the value of attribute apply_time.
202 203 204 |
# File 'lib/openwfe/orest/workitem.rb', line 202 def apply_time @apply_time end |
#id ⇒ Object
Returns the value of attribute id.
202 203 204 |
# File 'lib/openwfe/orest/workitem.rb', line 202 def id @id end |
#state ⇒ Object
Returns the value of attribute state.
202 203 204 |
# File 'lib/openwfe/orest/workitem.rb', line 202 def state @state end |
#state_since ⇒ Object
Returns the value of attribute state_since.
202 203 204 |
# File 'lib/openwfe/orest/workitem.rb', line 202 def state_since @state_since end |