Module: Nis::Endpoint::Debug::TimeSynchronization
- Included in:
- Nis
- Defined in:
- lib/nis/endpoint/debug/time_synchronization.rb
Instance Method Summary collapse
Instance Method Details
#debug_time_synchronization ⇒ TimeSynchronizationResult
5 6 7 8 9 |
# File 'lib/nis/endpoint/debug/time_synchronization.rb', line 5 def debug_time_synchronization request!(:get, '/debug/time-synchronization') do |res| res[:data].map { |tsr| Nis::Struct::TimeSynchronizationResult.build(tsr) } end end |