Class: Rack::ShowExceptions::Frame
- Inherits:
-
Struct
- Object
- Struct
- Rack::ShowExceptions::Frame
- Defined in:
- lib/rack/show_exceptions.rb
Instance Attribute Summary collapse
-
#context_line ⇒ Object
Returns the value of attribute context_line.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#function ⇒ Object
Returns the value of attribute function.
-
#lineno ⇒ Object
Returns the value of attribute lineno.
-
#post_context ⇒ Object
Returns the value of attribute post_context.
-
#post_context_lineno ⇒ Object
Returns the value of attribute post_context_lineno.
-
#pre_context ⇒ Object
Returns the value of attribute pre_context.
-
#pre_context_lineno ⇒ Object
Returns the value of attribute pre_context_lineno.
Instance Attribute Details
#context_line ⇒ Object
Returns the value of attribute context_line
21 22 23 |
# File 'lib/rack/show_exceptions.rb', line 21 def context_line @context_line end |
#filename ⇒ Object
Returns the value of attribute filename
21 22 23 |
# File 'lib/rack/show_exceptions.rb', line 21 def filename @filename end |
#function ⇒ Object
Returns the value of attribute function
21 22 23 |
# File 'lib/rack/show_exceptions.rb', line 21 def function @function end |
#lineno ⇒ Object
Returns the value of attribute lineno
21 22 23 |
# File 'lib/rack/show_exceptions.rb', line 21 def lineno @lineno end |
#post_context ⇒ Object
Returns the value of attribute post_context
21 22 23 |
# File 'lib/rack/show_exceptions.rb', line 21 def post_context @post_context end |
#post_context_lineno ⇒ Object
Returns the value of attribute post_context_lineno
21 22 23 |
# File 'lib/rack/show_exceptions.rb', line 21 def post_context_lineno @post_context_lineno end |
#pre_context ⇒ Object
Returns the value of attribute pre_context
21 22 23 |
# File 'lib/rack/show_exceptions.rb', line 21 def pre_context @pre_context end |
#pre_context_lineno ⇒ Object
Returns the value of attribute pre_context_lineno
21 22 23 |
# File 'lib/rack/show_exceptions.rb', line 21 def pre_context_lineno @pre_context_lineno end |