Class: Plushie::Event::Diagnostic::ViewPanicked

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

Instance Attribute Details

#consecutiveObject (readonly)

Returns the value of attribute consecutive

Returns:

  • (Object)

    the current value of consecutive



142
143
144
# File 'lib/plushie/event/diagnostic.rb', line 142

def consecutive
  @consecutive
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



142
143
144
# File 'lib/plushie/event/diagnostic.rb', line 142

def message
  @message
end