Class: Feathr::Api::Healthz

Inherits:
FeathrEndpoint show all
Defined in:
lib/feathr/api/healthz.rb

Instance Attribute Summary

Attributes inherited from FeathrEndpoint

#client, #prepended_path

Instance Method Summary collapse

Methods inherited from FeathrEndpoint

api_path, define_all, define_create, define_destroy, define_find, define_update, feathr_endpoints, feathr_object, #initialize

Constructor Details

This class inherits a constructor from Feathr::Api::FeathrEndpoint

Instance Method Details

#checkObject



7
8
9
# File 'lib/feathr/api/healthz.rb', line 7

def check
  client.request(method: :get, path: api_path)
end