Class: Dither::Graph::Edge
- Inherits:
-
Struct
- Object
- Struct
- Dither::Graph::Edge
- Defined in:
- lib/dither/graph.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#dst_vertex ⇒ Object
Returns the value of attribute dst_vertex.
-
#name ⇒ Object
Returns the value of attribute name.
-
#src_vertex ⇒ Object
Returns the value of attribute src_vertex.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
8 9 10 |
# File 'lib/dither/graph.rb', line 8 def count @count end |
#dst_vertex ⇒ Object
Returns the value of attribute dst_vertex
8 9 10 |
# File 'lib/dither/graph.rb', line 8 def dst_vertex @dst_vertex end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/dither/graph.rb', line 8 def name @name end |
#src_vertex ⇒ Object
Returns the value of attribute src_vertex
8 9 10 |
# File 'lib/dither/graph.rb', line 8 def src_vertex @src_vertex end |