Class: Plushie::Event::Diagnostic::PropTypeMismatch
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::PropTypeMismatch
- Defined in:
- lib/plushie/event/diagnostic.rb
Overview
A prop value had an unexpected JSON type.
Instance Attribute Summary collapse
-
#expected_debug ⇒ Object
readonly
Returns the value of attribute expected_debug.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#prop ⇒ Object
readonly
Returns the value of attribute prop.
-
#type_name ⇒ Object
readonly
Returns the value of attribute type_name.
-
#value_debug ⇒ Object
readonly
Returns the value of attribute value_debug.
Instance Attribute Details
#expected_debug ⇒ Object (readonly)
Returns the value of attribute expected_debug
79 80 81 |
# File 'lib/plushie/event/diagnostic.rb', line 79 def expected_debug @expected_debug end |
#id ⇒ Object (readonly)
Returns the value of attribute id
79 80 81 |
# File 'lib/plushie/event/diagnostic.rb', line 79 def id @id end |
#prop ⇒ Object (readonly)
Returns the value of attribute prop
79 80 81 |
# File 'lib/plushie/event/diagnostic.rb', line 79 def prop @prop end |
#type_name ⇒ Object (readonly)
Returns the value of attribute type_name
79 80 81 |
# File 'lib/plushie/event/diagnostic.rb', line 79 def type_name @type_name end |
#value_debug ⇒ Object (readonly)
Returns the value of attribute value_debug
79 80 81 |
# File 'lib/plushie/event/diagnostic.rb', line 79 def value_debug @value_debug end |