Class: Dtn::Messages::System::SymbolNotFound
- Inherits:
-
MessageWithSimpleParser
- Object
- OpenStruct
- Dtn::Message
- MessageWithSimpleParser
- Dtn::Messages::System::SymbolNotFound
- Defined in:
- lib/dtn/messages/system/symbol_not_found.rb
Overview
Not found symbol for streaming
Class Method Summary collapse
Methods inherited from MessageWithSimpleParser
Methods inherited from Dtn::Message
#callback_name, callback_name, parse
Class Method Details
.fields ⇒ Object
9 10 11 12 13 14 |
# File 'lib/dtn/messages/system/symbol_not_found.rb', line 9 def fields @fields ||= { _skip: :nil, symbol: :to_s } end |