Class: CandidApiClient::Payers::AsyncClient
- Inherits:
-
Object
- Object
- CandidApiClient::Payers::AsyncClient
- Defined in:
- lib/candidhealth/payers/client.rb
Instance Attribute Summary collapse
- #v_3 ⇒ CandidApiClient::Payers::V3::AsyncV3Client readonly
- #v_4 ⇒ CandidApiClient::Payers::V4::AsyncV4Client readonly
Instance Method Summary collapse
Constructor Details
#initialize(request_client:) ⇒ CandidApiClient::Payers::AsyncClient
31 32 33 34 |
# File 'lib/candidhealth/payers/client.rb', line 31 def initialize(request_client:) @v_3 = CandidApiClient::Payers::V3::AsyncV3Client.new(request_client: request_client) @v_4 = CandidApiClient::Payers::V4::AsyncV4Client.new(request_client: request_client) end |
Instance Attribute Details
#v_3 ⇒ CandidApiClient::Payers::V3::AsyncV3Client (readonly)
25 26 27 |
# File 'lib/candidhealth/payers/client.rb', line 25 def v_3 @v_3 end |
#v_4 ⇒ CandidApiClient::Payers::V4::AsyncV4Client (readonly)
27 28 29 |
# File 'lib/candidhealth/payers/client.rb', line 27 def v_4 @v_4 end |