Class: MilkTea::Linter::FixEdit

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/tooling/linter/fix_engine.rb

Instance Attribute Summary collapse

Instance Attribute Details

#end_charObject (readonly)

Returns the value of attribute end_char

Returns:

  • (Object)

    the current value of end_char



5
6
7
# File 'lib/milk_tea/tooling/linter/fix_engine.rb', line 5

def end_char
  @end_char
end

#end_lineObject (readonly)

Returns the value of attribute end_line

Returns:

  • (Object)

    the current value of end_line



5
6
7
# File 'lib/milk_tea/tooling/linter/fix_engine.rb', line 5

def end_line
  @end_line
end

#new_textObject (readonly)

Returns the value of attribute new_text

Returns:

  • (Object)

    the current value of new_text



5
6
7
# File 'lib/milk_tea/tooling/linter/fix_engine.rb', line 5

def new_text
  @new_text
end

#start_charObject (readonly)

Returns the value of attribute start_char

Returns:

  • (Object)

    the current value of start_char



5
6
7
# File 'lib/milk_tea/tooling/linter/fix_engine.rb', line 5

def start_char
  @start_char
end

#start_lineObject (readonly)

Returns the value of attribute start_line

Returns:

  • (Object)

    the current value of start_line



5
6
7
# File 'lib/milk_tea/tooling/linter/fix_engine.rb', line 5

def start_line
  @start_line
end