Class: Repper::Codemod::Location

Inherits:
Struct
  • Object
show all
Defined in:
lib/repper/codemod.rb

Instance Attribute Summary collapse

Instance Attribute Details

#beg_charObject

Returns the value of attribute beg_char

Returns:

  • (Object)

    the current value of beg_char



65
66
67
# File 'lib/repper/codemod.rb', line 65

def beg_char
  @beg_char
end

#beg_lineObject

Returns the value of attribute beg_line

Returns:

  • (Object)

    the current value of beg_line



65
66
67
# File 'lib/repper/codemod.rb', line 65

def beg_line
  @beg_line
end

#end_charObject

Returns the value of attribute end_char

Returns:

  • (Object)

    the current value of end_char



65
66
67
# File 'lib/repper/codemod.rb', line 65

def end_char
  @end_char
end

#end_lineObject

Returns the value of attribute end_line

Returns:

  • (Object)

    the current value of end_line



65
66
67
# File 'lib/repper/codemod.rb', line 65

def end_line
  @end_line
end