Class: Toml::Merge::FileAnalysis::CommentAugmenter::OwnerRange
- Inherits:
-
Struct
- Object
- Struct
- Toml::Merge::FileAnalysis::CommentAugmenter::OwnerRange
- Defined in:
- lib/toml/merge/file_analysis.rb
Instance Attribute Summary collapse
-
#end_line ⇒ Object
Returns the value of attribute end_line.
-
#start_line ⇒ Object
Returns the value of attribute start_line.
Instance Attribute Details
#end_line ⇒ Object
Returns the value of attribute end_line
16 17 18 |
# File 'lib/toml/merge/file_analysis.rb', line 16 def end_line @end_line end |
#start_line ⇒ Object
Returns the value of attribute start_line
16 17 18 |
# File 'lib/toml/merge/file_analysis.rb', line 16 def start_line @start_line end |