Class: Pipely::Dependency
- Inherits:
-
Struct
- Object
- Struct
- Pipely::Dependency
- Defined in:
- lib/pipely/dependency.rb
Overview
Represents a dependency from one Component on another amzn.to/16lbBKx
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#label ⇒ Object
Returns the value of attribute label.
-
#target_id ⇒ Object
Returns the value of attribute target_id.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color
6 7 8 |
# File 'lib/pipely/dependency.rb', line 6 def color @color end |
#label ⇒ Object
Returns the value of attribute label
6 7 8 |
# File 'lib/pipely/dependency.rb', line 6 def label @label end |
#target_id ⇒ Object
Returns the value of attribute target_id
6 7 8 |
# File 'lib/pipely/dependency.rb', line 6 def target_id @target_id end |