Class: Plushie::Event::Diagnostic::WidgetPanic
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::WidgetPanic
- Defined in:
- lib/plushie/event/diagnostic.rb
Overview
A non-trusted widget panicked inside the registry's catch_unwind firewall.
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#type_name ⇒ Object
readonly
Returns the value of attribute type_name.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
115 116 117 |
# File 'lib/plushie/event/diagnostic.rb', line 115 def id @id end |
#label ⇒ Object (readonly)
Returns the value of attribute label
115 116 117 |
# File 'lib/plushie/event/diagnostic.rb', line 115 def label @label end |
#type_name ⇒ Object (readonly)
Returns the value of attribute type_name
115 116 117 |
# File 'lib/plushie/event/diagnostic.rb', line 115 def type_name @type_name end |