Class: Dtn::Messages::System::SymbolNotFound

Inherits:
MessageWithSimpleParser show all
Defined in:
lib/dtn/messages/system/symbol_not_found.rb

Overview

Not found symbol for streaming

Class Method Summary collapse

Methods inherited from MessageWithSimpleParser

parse, #termination?

Methods inherited from Dtn::Message

#callback_name, callback_name, parse

Class Method Details

.fieldsObject



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