Class: BPMN::Activity
Direct Known Subclasses
Instance Attribute Summary collapse
-
#attachments ⇒ Object
Returns the value of attribute attachments.
Attributes inherited from Step
#default, #default_ref, #incoming, #outgoing
Attributes inherited from Element
#extension_elements, #id, #name
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Activity
constructor
A new instance of Activity.
Methods inherited from Step
#converging?, #diverging?, #input_mappings, #leave, #outgoing_flows, #output_mappings
Methods inherited from Element
Constructor Details
#initialize(attributes = {}) ⇒ Activity
Returns a new instance of Activity.
50 51 52 53 54 |
# File 'lib/bpmn/step.rb', line 50 def initialize(attributes = {}) super(attributes.except(:attachments)) = [] end |
Instance Attribute Details
#attachments ⇒ Object
Returns the value of attribute attachments.
48 49 50 |
# File 'lib/bpmn/step.rb', line 48 def end |