Class: Pipely::Dependency

Inherits:
Struct
  • Object
show all
Defined in:
lib/pipely/dependency.rb

Overview

Represents a dependency from one Component on another amzn.to/16lbBKx

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



6
7
8
# File 'lib/pipely/dependency.rb', line 6

def color
  @color
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



6
7
8
# File 'lib/pipely/dependency.rb', line 6

def label
  @label
end

#target_idObject

Returns the value of attribute target_id

Returns:

  • (Object)

    the current value of target_id



6
7
8
# File 'lib/pipely/dependency.rb', line 6

def target_id
  @target_id
end