10 11 12 13 14
# File 'lib/jamm/healthcheck.rb', line 10 def self.ping Jamm::OpenAPI::HealthcheckApi.new(Jamm::Client.handler).ping rescue Jamm::OpenAPI::ApiError => e raise Jamm::ApiError.from_error(e) end