Class: Plushie::Event::Diagnostic::MissingAccessibleName

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



66
67
68
# File 'lib/plushie/event/diagnostic.rb', line 66

def id
  @id
end

#type_nameObject (readonly)

Returns the value of attribute type_name

Returns:

  • (Object)

    the current value of type_name



66
67
68
# File 'lib/plushie/event/diagnostic.rb', line 66

def type_name
  @type_name
end