Class: Plushie::Event::Diagnostic::A11yRefUnresolved
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::A11yRefUnresolved
- Defined in:
- lib/plushie/event/diagnostic.rb
Overview
A cross-widget a11y reference did not resolve to any declared widget.
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#is_member ⇒ Object
readonly
Returns the value of attribute is_member.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
71 72 73 |
# File 'lib/plushie/event/diagnostic.rb', line 71 def id @id end |
#is_member ⇒ Object (readonly)
Returns the value of attribute is_member
71 72 73 |
# File 'lib/plushie/event/diagnostic.rb', line 71 def is_member @is_member end |
#key ⇒ Object (readonly)
Returns the value of attribute key
71 72 73 |
# File 'lib/plushie/event/diagnostic.rb', line 71 def key @key end |
#value ⇒ Object (readonly)
Returns the value of attribute value
71 72 73 |
# File 'lib/plushie/event/diagnostic.rb', line 71 def value @value end |