module Nis::Endpoint::Heartbeat
Public Instance Methods
heartbeat()
click to toggle source
Determines if NIS is up and responsive. @return [Nis::Struct::NemRequestResult] NIS Heartbeat
@see nemproject.github.io/#heart-beat-request
# File lib/nis/endpoint/heartbeat.rb, line 6 def heartbeat Nis::Struct::NemRequestResult.build request(:get, '/heartbeat') end