Class: NodeMutation::Struct::Location

Inherits:
Struct
  • Object
show all
Defined in:
lib/node_mutation/struct.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



5
6
7
# File 'lib/node_mutation/struct.rb', line 5

def column
  @column
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



5
6
7
# File 'lib/node_mutation/struct.rb', line 5

def line
  @line
end