Class: Plushie::Event::Diagnostic::PropUnknown
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::PropUnknown
- Defined in:
- lib/plushie/event/diagnostic.rb
Overview
A widget carried a prop name not in its declared schema.
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#known_debug ⇒ Object
readonly
Returns the value of attribute known_debug.
-
#prop ⇒ Object
readonly
Returns the value of attribute prop.
-
#type_name ⇒ Object
readonly
Returns the value of attribute type_name.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
83 84 85 |
# File 'lib/plushie/event/diagnostic.rb', line 83 def id @id end |
#known_debug ⇒ Object (readonly)
Returns the value of attribute known_debug
83 84 85 |
# File 'lib/plushie/event/diagnostic.rb', line 83 def known_debug @known_debug end |
#prop ⇒ Object (readonly)
Returns the value of attribute prop
83 84 85 |
# File 'lib/plushie/event/diagnostic.rb', line 83 def prop @prop end |
#type_name ⇒ Object (readonly)
Returns the value of attribute type_name
83 84 85 |
# File 'lib/plushie/event/diagnostic.rb', line 83 def type_name @type_name end |