class Feathr::Api::Healthz

Public Instance Methods

check() click to toggle source
# File lib/feathr/api/healthz.rb, line 7
def check
  client.request(method: :get, path: api_path)
end