Class: Dither::Graph::Edge

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

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



8
9
10
# File 'lib/dither/graph.rb', line 8

def count
  @count
end

#dst_vertexObject

Returns the value of attribute dst_vertex

Returns:

  • (Object)

    the current value of dst_vertex



8
9
10
# File 'lib/dither/graph.rb', line 8

def dst_vertex
  @dst_vertex
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/dither/graph.rb', line 8

def name
  @name
end

#src_vertexObject

Returns the value of attribute src_vertex

Returns:

  • (Object)

    the current value of src_vertex



8
9
10
# File 'lib/dither/graph.rb', line 8

def src_vertex
  @src_vertex
end