Class: Silicium::Graphs::Pair
- Inherits:
-
Struct
- Object
- Struct
- Silicium::Graphs::Pair
- Defined in:
- lib/graph.rb
Instance Attribute Summary collapse
-
#first ⇒ Object
Returns the value of attribute first.
-
#second ⇒ Object
Returns the value of attribute second.
Instance Attribute Details
#first ⇒ Object
Returns the value of attribute first
7 8 9 |
# File 'lib/graph.rb', line 7 def first @first end |
#second ⇒ Object
Returns the value of attribute second
7 8 9 |
# File 'lib/graph.rb', line 7 def second @second end |