Class: Shared::Pair
- Inherits:
-
Struct
- Object
- Struct
- Shared::Pair
- Defined in:
- lib/data_structures_rmolinari/shared.rb
Instance Attribute Summary collapse
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#x ⇒ Object
Returns the value of attribute x
5 6 7 |
# File 'lib/data_structures_rmolinari/shared.rb', line 5 def x @x end |
#y ⇒ Object
Returns the value of attribute y
5 6 7 |
# File 'lib/data_structures_rmolinari/shared.rb', line 5 def y @y end |