Class: Repper::Codemod::Location
- Inherits:
-
Struct
- Object
- Struct
- Repper::Codemod::Location
- Defined in:
- lib/repper/codemod.rb
Instance Attribute Summary collapse
-
#beg_char ⇒ Object
Returns the value of attribute beg_char.
-
#beg_line ⇒ Object
Returns the value of attribute beg_line.
-
#end_char ⇒ Object
Returns the value of attribute end_char.
-
#end_line ⇒ Object
Returns the value of attribute end_line.
Instance Attribute Details
#beg_char ⇒ Object
Returns the value of attribute beg_char
65 66 67 |
# File 'lib/repper/codemod.rb', line 65 def beg_char @beg_char end |
#beg_line ⇒ Object
Returns the value of attribute beg_line
65 66 67 |
# File 'lib/repper/codemod.rb', line 65 def beg_line @beg_line end |
#end_char ⇒ Object
Returns the value of attribute end_char
65 66 67 |
# File 'lib/repper/codemod.rb', line 65 def end_char @end_char end |
#end_line ⇒ Object
Returns the value of attribute end_line
65 66 67 |
# File 'lib/repper/codemod.rb', line 65 def end_line @end_line end |