Class: ChangeHealth::ChangeHealthClient
- Inherits:
-
Object
- Object
- ChangeHealth::ChangeHealthClient
- Defined in:
- lib/change_health.rb
Overview
ChangeHealth API client
Class Method Summary collapse
Class Method Details
.connection ⇒ Object
118 119 120 |
# File 'lib/change_health.rb', line 118 def connection @connection ||= Connection.new end |
.release ⇒ Object
122 123 124 |
# File 'lib/change_health.rb', line 122 def release @connection = nil end |