Class: Dtn::Messages::System::Generic::CurrentUpdateFieldnames

Inherits:
ParseListFromMessage show all
Defined in:
lib/dtn/messages/system/generic.rb

Overview

With this return we also updating our vision of the current fields

Class Method Summary collapse

Methods inherited from Dtn::Message

callback_name, #callback_name

Class Method Details

.parse(client:) ⇒ Object



55
56
57
# File 'lib/dtn/messages/system/generic.rb', line 55

def parse(client:, **)
  super.tap { |message| client.quote_update_fields = message.list }
end