Class: Plushie::Event::Diagnostic::PropTypeMismatch

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

Overview

A prop value had an unexpected JSON type.

Instance Attribute Summary collapse

Instance Attribute Details

#expected_debugObject (readonly)

Returns the value of attribute expected_debug

Returns:

  • (Object)

    the current value of expected_debug



79
80
81
# File 'lib/plushie/event/diagnostic.rb', line 79

def expected_debug
  @expected_debug
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



79
80
81
# File 'lib/plushie/event/diagnostic.rb', line 79

def id
  @id
end

#propObject (readonly)

Returns the value of attribute prop

Returns:

  • (Object)

    the current value of prop



79
80
81
# File 'lib/plushie/event/diagnostic.rb', line 79

def prop
  @prop
end

#type_nameObject (readonly)

Returns the value of attribute type_name

Returns:

  • (Object)

    the current value of type_name



79
80
81
# File 'lib/plushie/event/diagnostic.rb', line 79

def type_name
  @type_name
end

#value_debugObject (readonly)

Returns the value of attribute value_debug

Returns:

  • (Object)

    the current value of value_debug



79
80
81
# File 'lib/plushie/event/diagnostic.rb', line 79

def value_debug
  @value_debug
end