Class: Plushie::Event::Diagnostic::WidgetIdInvalid
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::WidgetIdInvalid
- Defined in:
- lib/plushie/event/diagnostic.rb
Overview
A user-authored widget ID violated the canonical ID ruleset.
Instance Attribute Summary collapse
-
#detail ⇒ Object
readonly
Returns the value of attribute detail.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#type_name ⇒ Object
readonly
Returns the value of attribute type_name.
Instance Attribute Details
#detail ⇒ Object (readonly)
Returns the value of attribute detail
61 62 63 |
# File 'lib/plushie/event/diagnostic.rb', line 61 def detail @detail end |
#id ⇒ Object (readonly)
Returns the value of attribute id
61 62 63 |
# File 'lib/plushie/event/diagnostic.rb', line 61 def id @id end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason
61 62 63 |
# File 'lib/plushie/event/diagnostic.rb', line 61 def reason @reason end |
#type_name ⇒ Object (readonly)
Returns the value of attribute type_name
61 62 63 |
# File 'lib/plushie/event/diagnostic.rb', line 61 def type_name @type_name end |