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



112
113
114
# File 'lib/change_health.rb', line 112

def connection
  @connection ||= Connection.new
end

.releaseObject



116
117
118
# File 'lib/change_health.rb', line 116

def release
  @connection = nil
end