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
119 120 121 |
# File 'lib/change_health.rb', line 119 def connection @connection ||= Connection.new end |
.release ⇒ Object
123 124 125 |
# File 'lib/change_health.rb', line 123 def release @connection = nil end |