Class: Plushie::Event::Diagnostic::A11yRefUnresolved

Inherits:
Data
  • Object
show all
Defined in:
lib/plushie/event/diagnostic.rb

Overview

A cross-widget a11y reference did not resolve to any declared widget.

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



71
72
73
# File 'lib/plushie/event/diagnostic.rb', line 71

def id
  @id
end

#is_memberObject (readonly)

Returns the value of attribute is_member

Returns:

  • (Object)

    the current value of is_member



71
72
73
# File 'lib/plushie/event/diagnostic.rb', line 71

def is_member
  @is_member
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



71
72
73
# File 'lib/plushie/event/diagnostic.rb', line 71

def key
  @key
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



71
72
73
# File 'lib/plushie/event/diagnostic.rb', line 71

def value
  @value
end