Class: HaveAPI::Extensions::ExceptionMailer::Frame
- Inherits:
-
Struct
- Object
- Struct
- HaveAPI::Extensions::ExceptionMailer::Frame
- Defined in:
- lib/haveapi/extensions/exception_mailer.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.
Instance Attribute Details
#context_line ⇒ Object
Returns the value of attribute context_line
13 14 15 |
# File 'lib/haveapi/extensions/exception_mailer.rb', line 13 def context_line @context_line end |
#filename ⇒ Object
Returns the value of attribute filename
13 14 15 |
# File 'lib/haveapi/extensions/exception_mailer.rb', line 13 def filename @filename end |
#function ⇒ Object
Returns the value of attribute function
13 14 15 |
# File 'lib/haveapi/extensions/exception_mailer.rb', line 13 def function @function end |
#lineno ⇒ Object
Returns the value of attribute lineno
13 14 15 |
# File 'lib/haveapi/extensions/exception_mailer.rb', line 13 def lineno @lineno end |