Class: Json::Merge::SourceLocator::Range

Inherits:
Data
  • Object
show all
Defined in:
lib/json/merge/source_locator.rb,
sig/json/merge.rbs

Instance Attribute Summary collapse

Instance Attribute Details

#end_lineObject (readonly)

Returns the value of attribute end_line

Returns:

  • (Object)

    the current value of end_line



7
8
9
# File 'lib/json/merge/source_locator.rb', line 7

def end_line
  @end_line
end

#start_lineObject (readonly)

Returns the value of attribute start_line

Returns:

  • (Object)

    the current value of start_line



7
8
9
# File 'lib/json/merge/source_locator.rb', line 7

def start_line
  @start_line
end