Class: Wood::Node::Position
- Inherits:
-
Struct
- Object
- Struct
- Wood::Node::Position
- Defined in:
- lib/wood/node.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
60 61 62 |
# File 'lib/wood/node.rb', line 60 def column @column end |
#line ⇒ Object
Returns the value of attribute line
60 61 62 |
# File 'lib/wood/node.rb', line 60 def line @line end |