Class: NodeMutation::Struct::Location
- Inherits:
-
Struct
- Object
- Struct
- NodeMutation::Struct::Location
- Defined in:
- lib/node_mutation/struct.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
5 6 7 |
# File 'lib/node_mutation/struct.rb', line 5 def column @column end |
#line ⇒ Object
Returns the value of attribute line
5 6 7 |
# File 'lib/node_mutation/struct.rb', line 5 def line @line end |