Class: Plushie::Event::Diagnostic::UpdatePanicked
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::UpdatePanicked
- Defined in:
- lib/plushie/event/diagnostic.rb
Overview
The update function panicked and was caught by the runtime. The model is reverted to the last-good snapshot so the app keeps running; the consecutive counter is shared with ViewPanicked so the frozen-UI overlay surfaces after enough total panics across either callback.
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
150 151 152 |
# File 'lib/plushie/event/diagnostic.rb', line 150 def consecutive @consecutive end |
#message ⇒ Object (readonly)
Returns the value of attribute message
150 151 152 |
# File 'lib/plushie/event/diagnostic.rb', line 150 def @message end |