Class: Plushie::Event::Diagnostic::UnknownMessageType

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

Overview

A wire message carried a type field the SDK does not recognise.

Instance Attribute Summary collapse

Instance Attribute Details

#msg_typeObject (readonly)

Returns the value of attribute msg_type

Returns:

  • (Object)

    the current value of msg_type



154
155
156
# File 'lib/plushie/event/diagnostic.rb', line 154

def msg_type
  @msg_type
end