Class: RubyLabs::BitLab::NodeView
- Inherits:
-
Struct
- Object
- Struct
- RubyLabs::BitLab::NodeView
- Defined in:
- lib/bitlab.rb
Instance Attribute Summary collapse
-
#circle ⇒ Object
Returns the value of attribute circle.
-
#ftext ⇒ Object
Returns the value of attribute ftext.
-
#lseg ⇒ Object
Returns the value of attribute lseg.
-
#rseg ⇒ Object
Returns the value of attribute rseg.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#circle ⇒ Object
Returns the value of attribute circle
23 24 25 |
# File 'lib/bitlab.rb', line 23 def circle @circle end |
#ftext ⇒ Object
Returns the value of attribute ftext
23 24 25 |
# File 'lib/bitlab.rb', line 23 def ftext @ftext end |
#lseg ⇒ Object
Returns the value of attribute lseg
23 24 25 |
# File 'lib/bitlab.rb', line 23 def lseg @lseg end |
#rseg ⇒ Object
Returns the value of attribute rseg
23 24 25 |
# File 'lib/bitlab.rb', line 23 def rseg @rseg end |
#text ⇒ Object
Returns the value of attribute text
23 24 25 |
# File 'lib/bitlab.rb', line 23 def text @text end |