module MaxCube::Messages::TCP::Parser::MessageF

NTP server message.

Constants

KEYS

Mandatory hash keys.

Private Instance Methods

parse_tcp_f(body) click to toggle source
# File lib/maxcube/messages/tcp/type/f.rb, line 13
def parse_tcp_f(body)
  { ntp_servers: body.split(',') }
end