Class: Dither::Graph::Vertex

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



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

def count
  @count
end

#edgesObject

Returns the value of attribute edges

Returns:

  • (Object)

    the current value of edges



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

def edges
  @edges
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end