Class: CandidApiClient::PreEncounter::AsyncClient

Inherits:
Object
  • Object
show all
Defined in:
lib/candidhealth/pre_encounter/client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(request_client:) ⇒ CandidApiClient::PreEncounter::AsyncClient

Parameters:



25
26
27
# File 'lib/candidhealth/pre_encounter/client.rb', line 25

def initialize(request_client:)
  @pre_encounter = CandidApiClient::PreEncounter::Patients::AsyncClient.new(request_client: request_client)
end

Instance Attribute Details

#pre_encounterCandidApiClient::PreEncounter::Patients::AsyncClient (readonly)



21
22
23
# File 'lib/candidhealth/pre_encounter/client.rb', line 21

def pre_encounter
  @pre_encounter
end