module GmanClient::Api::HealthCheck

HealthCheck API

Public Instance Methods

health_check() click to toggle source

Retrieve a health check

# File lib/gman_client/api/health_check.rb, line 8
def health_check
  response = request.api.v1.health_check.get

  response.to_h[:health_check] == 'Passed'
end