Class: Epuber::Location

Inherits:
Struct
  • Object
show all
Defined in:
lib/epuber/utils/location.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



4
5
6
# File 'lib/epuber/utils/location.rb', line 4

def column
  @column
end

#linenoObject

Returns the value of attribute lineno

Returns:

  • (Object)

    the current value of lineno



4
5
6
# File 'lib/epuber/utils/location.rb', line 4

def lineno
  @lineno
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



4
5
6
# File 'lib/epuber/utils/location.rb', line 4

def path
  @path
end