Class: Plushie::Event::Diagnostic::UnknownMessageType
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::UnknownMessageType
- Defined in:
- lib/plushie/event/diagnostic.rb
Overview
A wire message carried a type field the SDK does not recognise.
Instance Attribute Summary collapse
-
#msg_type ⇒ Object
readonly
Returns the value of attribute msg_type.
Instance Attribute Details
#msg_type ⇒ Object (readonly)
Returns the value of attribute msg_type
154 155 156 |
# File 'lib/plushie/event/diagnostic.rb', line 154 def msg_type @msg_type end |