Class: RubyLabs::BitLab::NodeCoords
- Inherits:
-
Struct
- Object
- Struct
- RubyLabs::BitLab::NodeCoords
- Defined in:
- lib/bitlab.rb
Instance Attribute Summary collapse
-
#leftdepth ⇒ Object
Returns the value of attribute leftdepth.
-
#leftedge ⇒ Object
Returns the value of attribute leftedge.
-
#rightdepth ⇒ Object
Returns the value of attribute rightdepth.
-
#rightedge ⇒ Object
Returns the value of attribute rightedge.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#leftdepth ⇒ Object
Returns the value of attribute leftdepth
24 25 26 |
# File 'lib/bitlab.rb', line 24 def leftdepth @leftdepth end |
#leftedge ⇒ Object
Returns the value of attribute leftedge
24 25 26 |
# File 'lib/bitlab.rb', line 24 def leftedge @leftedge end |
#rightdepth ⇒ Object
Returns the value of attribute rightdepth
24 25 26 |
# File 'lib/bitlab.rb', line 24 def rightdepth @rightdepth end |
#rightedge ⇒ Object
Returns the value of attribute rightedge
24 25 26 |
# File 'lib/bitlab.rb', line 24 def rightedge @rightedge end |
#x ⇒ Object
Returns the value of attribute x
24 25 26 |
# File 'lib/bitlab.rb', line 24 def x @x end |
#y ⇒ Object
Returns the value of attribute y
24 25 26 |
# File 'lib/bitlab.rb', line 24 def y @y end |