Class: WorkflowRb::WorkflowInstance
- Inherits:
-
Object
- Object
- WorkflowRb::WorkflowInstance
- Defined in:
- lib/workflow_rb/models/workflow_instance.rb
Instance Attribute Summary collapse
-
#complete_time ⇒ Object
Returns the value of attribute complete_time.
-
#create_time ⇒ Object
Returns the value of attribute create_time.
-
#data ⇒ Object
Returns the value of attribute data.
-
#definition_id ⇒ Object
Returns the value of attribute definition_id.
-
#description ⇒ Object
Returns the value of attribute description.
-
#execution_pointers ⇒ Object
Returns the value of attribute execution_pointers.
-
#id ⇒ Object
Returns the value of attribute id.
-
#next_execution ⇒ Object
Returns the value of attribute next_execution.
-
#status ⇒ Object
Returns the value of attribute status.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize ⇒ WorkflowInstance
constructor
A new instance of WorkflowInstance.
Constructor Details
#initialize ⇒ WorkflowInstance
Returns a new instance of WorkflowInstance.
15 16 17 18 |
# File 'lib/workflow_rb/models/workflow_instance.rb', line 15 def initialize @execution_pointers = [] end |
Instance Attribute Details
#complete_time ⇒ Object
Returns the value of attribute complete_time.
13 14 15 |
# File 'lib/workflow_rb/models/workflow_instance.rb', line 13 def complete_time @complete_time end |
#create_time ⇒ Object
Returns the value of attribute create_time.
12 13 14 |
# File 'lib/workflow_rb/models/workflow_instance.rb', line 12 def create_time @create_time end |
#data ⇒ Object
Returns the value of attribute data.
11 12 13 |
# File 'lib/workflow_rb/models/workflow_instance.rb', line 11 def data @data end |
#definition_id ⇒ Object
Returns the value of attribute definition_id.
5 6 7 |
# File 'lib/workflow_rb/models/workflow_instance.rb', line 5 def definition_id @definition_id end |
#description ⇒ Object
Returns the value of attribute description.
7 8 9 |
# File 'lib/workflow_rb/models/workflow_instance.rb', line 7 def description @description end |
#execution_pointers ⇒ Object
Returns the value of attribute execution_pointers.
8 9 10 |
# File 'lib/workflow_rb/models/workflow_instance.rb', line 8 def execution_pointers @execution_pointers end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/workflow_rb/models/workflow_instance.rb', line 4 def id @id end |
#next_execution ⇒ Object
Returns the value of attribute next_execution.
9 10 11 |
# File 'lib/workflow_rb/models/workflow_instance.rb', line 9 def next_execution @next_execution end |
#status ⇒ Object
Returns the value of attribute status.
10 11 12 |
# File 'lib/workflow_rb/models/workflow_instance.rb', line 10 def status @status end |
#version ⇒ Object
Returns the value of attribute version.
6 7 8 |
# File 'lib/workflow_rb/models/workflow_instance.rb', line 6 def version @version end |