Class: Plushie::Event::Diagnostic::UpdatePanicked

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#consecutiveObject (readonly)

Returns the value of attribute consecutive

Returns:

  • (Object)

    the current value of consecutive



150
151
152
# File 'lib/plushie/event/diagnostic.rb', line 150

def consecutive
  @consecutive
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



150
151
152
# File 'lib/plushie/event/diagnostic.rb', line 150

def message
  @message
end