Class: SolidErrors::Frontend::StackParser::Frame

Inherits:
Struct
  • Object
show all
Defined in:
lib/solid_errors/frontend/stack_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



21
22
23
# File 'lib/solid_errors/frontend/stack_parser.rb', line 21

def column
  @column
end

#functionObject

Returns the value of attribute function

Returns:

  • (Object)

    the current value of function



21
22
23
# File 'lib/solid_errors/frontend/stack_parser.rb', line 21

def function
  @function
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



21
22
23
# File 'lib/solid_errors/frontend/stack_parser.rb', line 21

def line
  @line
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



21
22
23
# File 'lib/solid_errors/frontend/stack_parser.rb', line 21

def raw
  @raw
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



21
22
23
# File 'lib/solid_errors/frontend/stack_parser.rb', line 21

def url
  @url
end