Class: DAG::Edge

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

Instance Attribute Summary collapse

Instance Attribute Details

#destinationObject

Returns the value of attribute destination

Returns:

  • (Object)

    the current value of destination



7
8
9
# File 'lib/dag.rb', line 7

def destination
  @destination
end

#originObject

Returns the value of attribute origin

Returns:

  • (Object)

    the current value of origin



7
8
9
# File 'lib/dag.rb', line 7

def origin
  @origin
end

#propertiesObject

Returns the value of attribute properties

Returns:

  • (Object)

    the current value of properties



7
8
9
# File 'lib/dag.rb', line 7

def properties
  @properties
end