Class: NodeMutation::Struct::Range

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

Instance Attribute Summary collapse

Instance Attribute Details

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



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

def end
  @end
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



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

def start
  @start
end