Class: Plushie::Event::Diagnostic::WidgetIdTypeCollision
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::WidgetIdTypeCollision
- Defined in:
- lib/plushie/event/diagnostic.rb
Overview
A composite widget ID was registered against two different widget types.
Instance Attribute Summary collapse
-
#existing_type ⇒ Object
readonly
Returns the value of attribute existing_type.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#incoming_type ⇒ Object
readonly
Returns the value of attribute incoming_type.
Instance Attribute Details
#existing_type ⇒ Object (readonly)
Returns the value of attribute existing_type
137 138 139 |
# File 'lib/plushie/event/diagnostic.rb', line 137 def existing_type @existing_type end |
#id ⇒ Object (readonly)
Returns the value of attribute id
137 138 139 |
# File 'lib/plushie/event/diagnostic.rb', line 137 def id @id end |
#incoming_type ⇒ Object (readonly)
Returns the value of attribute incoming_type
137 138 139 |
# File 'lib/plushie/event/diagnostic.rb', line 137 def incoming_type @incoming_type end |