Class: Plumbing::Operation::Generator::Node
- Defined in:
- lib/plumbing/operation/generator.rb
Overview
kind: :action|:decision|:wait|:result
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#label ⇒ Object
Returns the value of attribute label.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'lib/plumbing/operation/generator.rb', line 10 def id @id end |
#kind ⇒ Object
Returns the value of attribute kind
10 11 12 |
# File 'lib/plumbing/operation/generator.rb', line 10 def kind @kind end |
#label ⇒ Object
Returns the value of attribute label
10 11 12 |
# File 'lib/plumbing/operation/generator.rb', line 10 def label @label end |