Class: Dtn::Messages::System::Generic::CurrentUpdateFieldnames
- Inherits:
-
ParseListFromMessage
- Object
- OpenStruct
- Dtn::Message
- ParseListFromMessage
- Dtn::Messages::System::Generic::CurrentUpdateFieldnames
- 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
Class Method Details
.parse(client:) ⇒ Object
55 56 57 |
# File 'lib/dtn/messages/system/generic.rb', line 55 def parse(client:, **) super.tap { || client.quote_update_fields = .list } end |