module Nis::Endpoint::TimeSync::NetworkTime

Public Instance Methods

time_sync_network_time() click to toggle source

@return [Nis::Struct::NetworkTime]

# File lib/nis/endpoint/time_sync/network_time.rb, line 4
def time_sync_network_time
  request!(:get, '/time-sync/network-time') do |res|
    Nis::Struct::NetworkTime.build res
  end
end