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
94 95 96 |
# File 'lib/change_health.rb', line 94 def connection @connection ||= Connection.new end |
.release ⇒ Object
98 99 100 |
# File 'lib/change_health.rb', line 98 def release @connection = nil end |