Class: Plushie::Event::Diagnostic::PropUnknown

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

Overview

A widget carried a prop name not in its declared schema.

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



83
84
85
# File 'lib/plushie/event/diagnostic.rb', line 83

def id
  @id
end

#known_debugObject (readonly)

Returns the value of attribute known_debug

Returns:

  • (Object)

    the current value of known_debug



83
84
85
# File 'lib/plushie/event/diagnostic.rb', line 83

def known_debug
  @known_debug
end

#propObject (readonly)

Returns the value of attribute prop

Returns:

  • (Object)

    the current value of prop



83
84
85
# File 'lib/plushie/event/diagnostic.rb', line 83

def prop
  @prop
end

#type_nameObject (readonly)

Returns the value of attribute type_name

Returns:

  • (Object)

    the current value of type_name



83
84
85
# File 'lib/plushie/event/diagnostic.rb', line 83

def type_name
  @type_name
end