Class: Plushie::Event::Diagnostic::ViewPanicked
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::ViewPanicked
- Defined in:
- lib/plushie/event/diagnostic.rb
Overview
The view function panicked and was caught by the runtime's safety net.
Instance Attribute Summary collapse
-
#consecutive ⇒ Object
readonly
Returns the value of attribute consecutive.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Attribute Details
#consecutive ⇒ Object (readonly)
Returns the value of attribute consecutive
142 143 144 |
# File 'lib/plushie/event/diagnostic.rb', line 142 def consecutive @consecutive end |
#message ⇒ Object (readonly)
Returns the value of attribute message
142 143 144 |
# File 'lib/plushie/event/diagnostic.rb', line 142 def @message end |