Class: Plushie::Event::Diagnostic::WidgetPanic

Inherits:
Data
  • Object
show all
Defined in:
lib/plushie/event/diagnostic.rb

Overview

A non-trusted widget panicked inside the registry's catch_unwind firewall.

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



115
116
117
# File 'lib/plushie/event/diagnostic.rb', line 115

def id
  @id
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



115
116
117
# File 'lib/plushie/event/diagnostic.rb', line 115

def label
  @label
end

#type_nameObject (readonly)

Returns the value of attribute type_name

Returns:

  • (Object)

    the current value of type_name



115
116
117
# File 'lib/plushie/event/diagnostic.rb', line 115

def type_name
  @type_name
end