Class: Payhub::Client::HealthResource
- Inherits:
-
Object
- Object
- Payhub::Client::HealthResource
- Defined in:
- lib/payhub/client.rb
Instance Method Summary collapse
- #check ⇒ Object
-
#initialize(client) ⇒ HealthResource
constructor
A new instance of HealthResource.
Constructor Details
#initialize(client) ⇒ HealthResource
Returns a new instance of HealthResource.
165 166 167 |
# File 'lib/payhub/client.rb', line 165 def initialize(client) @c = client end |