Class: Zeebe::AssignmentDefinition
- Inherits:
-
BPMN::Extension
- Object
- BPMN::Extension
- Zeebe::AssignmentDefinition
- Defined in:
- lib/bpmn/extensions.rb
Instance Attribute Summary collapse
-
#assignee ⇒ Object
Returns the value of attribute assignee.
-
#candidate_groups ⇒ Object
Returns the value of attribute candidate_groups.
-
#candidate_users ⇒ Object
Returns the value of attribute candidate_users.
Instance Attribute Details
#assignee ⇒ Object
Returns the value of attribute assignee.
11 12 13 |
# File 'lib/bpmn/extensions.rb', line 11 def assignee @assignee end |
#candidate_groups ⇒ Object
Returns the value of attribute candidate_groups.
11 12 13 |
# File 'lib/bpmn/extensions.rb', line 11 def candidate_groups @candidate_groups end |
#candidate_users ⇒ Object
Returns the value of attribute candidate_users.
11 12 13 |
# File 'lib/bpmn/extensions.rb', line 11 def candidate_users @candidate_users end |