Class: MilkTea::Linter::FixEdit
- Inherits:
-
Data
- Object
- Data
- MilkTea::Linter::FixEdit
- Defined in:
- lib/milk_tea/tooling/linter/fix_engine.rb
Instance Attribute Summary collapse
-
#end_char ⇒ Object
readonly
Returns the value of attribute end_char.
-
#end_line ⇒ Object
readonly
Returns the value of attribute end_line.
-
#new_text ⇒ Object
readonly
Returns the value of attribute new_text.
-
#start_char ⇒ Object
readonly
Returns the value of attribute start_char.
-
#start_line ⇒ Object
readonly
Returns the value of attribute start_line.
Instance Attribute Details
#end_char ⇒ Object (readonly)
Returns the value of attribute end_char
5 6 7 |
# File 'lib/milk_tea/tooling/linter/fix_engine.rb', line 5 def end_char @end_char end |
#end_line ⇒ Object (readonly)
Returns the value of attribute end_line
5 6 7 |
# File 'lib/milk_tea/tooling/linter/fix_engine.rb', line 5 def end_line @end_line end |
#new_text ⇒ Object (readonly)
Returns the value of attribute new_text
5 6 7 |
# File 'lib/milk_tea/tooling/linter/fix_engine.rb', line 5 def new_text @new_text end |
#start_char ⇒ Object (readonly)
Returns the value of attribute start_char
5 6 7 |
# File 'lib/milk_tea/tooling/linter/fix_engine.rb', line 5 def start_char @start_char end |
#start_line ⇒ Object (readonly)
Returns the value of attribute start_line
5 6 7 |
# File 'lib/milk_tea/tooling/linter/fix_engine.rb', line 5 def start_line @start_line end |