Class: Plumbing::Operation::Generator::Edge
- Defined in:
- lib/plumbing/operation/generator.rb
Overview
label nil = unlabelled
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#label ⇒ Object
Returns the value of attribute label.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from
11 12 13 |
# File 'lib/plumbing/operation/generator.rb', line 11 def from @from end |
#label ⇒ Object
Returns the value of attribute label
11 12 13 |
# File 'lib/plumbing/operation/generator.rb', line 11 def label @label end |
#to ⇒ Object
Returns the value of attribute to
11 12 13 |
# File 'lib/plumbing/operation/generator.rb', line 11 def to @to end |