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



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

def connection
  @connection ||= Connection.new
end

.releaseObject



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

def release
  @connection = nil
end