Class: Json::Merge::SourceLocator::Range
- Inherits:
-
Data
- Object
- Data
- Json::Merge::SourceLocator::Range
- Defined in:
- lib/json/merge/source_locator.rb,
sig/json/merge.rbs
Instance Attribute Summary collapse
-
#end_line ⇒ Object
readonly
Returns the value of attribute end_line.
-
#start_line ⇒ Object
readonly
Returns the value of attribute start_line.
Instance Attribute Details
#end_line ⇒ Object (readonly)
Returns the value of attribute end_line
7 8 9 |
# File 'lib/json/merge/source_locator.rb', line 7 def end_line @end_line end |
#start_line ⇒ Object (readonly)
Returns the value of attribute start_line
7 8 9 |
# File 'lib/json/merge/source_locator.rb', line 7 def start_line @start_line end |