Class: SolidErrors::Frontend::StackParser::Frame
- Inherits:
-
Struct
- Object
- Struct
- SolidErrors::Frontend::StackParser::Frame
- Defined in:
- lib/solid_errors/frontend/stack_parser.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#function ⇒ Object
Returns the value of attribute function.
-
#line ⇒ Object
Returns the value of attribute line.
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
21 22 23 |
# File 'lib/solid_errors/frontend/stack_parser.rb', line 21 def column @column end |
#function ⇒ Object
Returns the value of attribute function
21 22 23 |
# File 'lib/solid_errors/frontend/stack_parser.rb', line 21 def function @function end |
#line ⇒ Object
Returns the value of attribute line
21 22 23 |
# File 'lib/solid_errors/frontend/stack_parser.rb', line 21 def line @line end |
#raw ⇒ Object
Returns the value of attribute raw
21 22 23 |
# File 'lib/solid_errors/frontend/stack_parser.rb', line 21 def raw @raw end |
#url ⇒ Object
Returns the value of attribute url
21 22 23 |
# File 'lib/solid_errors/frontend/stack_parser.rb', line 21 def url @url end |