Class: Io::Flow::V0::Clients::Healthchecks
- Inherits:
-
Object
- Object
- Io::Flow::V0::Clients::Healthchecks
- Defined in:
- lib/flow_commerce/flow_api_v0_client.rb
Instance Method Summary collapse
- #get_healthcheck ⇒ Object
-
#initialize(client) ⇒ Healthchecks
constructor
A new instance of Healthchecks.
Constructor Details
#initialize(client) ⇒ Healthchecks
Returns a new instance of Healthchecks.
7121 7122 7123 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 7121 def initialize(client) @client = HttpClient::Preconditions.assert_class('client', client, ::Io::Flow::V0::Client) end |