Class: ChangeHealth::ChangeHealthClient

Inherits:
Object
  • Object
show all
Defined in:
lib/change_health.rb

Overview

ChangeHealth API client

Class Method Summary collapse

Class Method Details

.connectionObject



119
120
121
# File 'lib/change_health.rb', line 119

def connection
  @connection ||= Connection.new
end

.releaseObject



123
124
125
# File 'lib/change_health.rb', line 123

def release
  @connection = nil
end