Class: Plushie::Event::Diagnostic::MissingAccessibleName
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::MissingAccessibleName
- Defined in:
- lib/plushie/event/diagnostic.rb
Overview
A widget that requires a screen-reader-announcable name was declared without one.
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#type_name ⇒ Object
readonly
Returns the value of attribute type_name.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
66 67 68 |
# File 'lib/plushie/event/diagnostic.rb', line 66 def id @id end |
#type_name ⇒ Object (readonly)
Returns the value of attribute type_name
66 67 68 |
# File 'lib/plushie/event/diagnostic.rb', line 66 def type_name @type_name end |