Class: CandidApiClient::InsuranceRefunds::AsyncClient
- Inherits:
-
Object
- Object
- CandidApiClient::InsuranceRefunds::AsyncClient
- Defined in:
- lib/candidhealth/insurance_refunds/client.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
Constructor Details
#initialize(request_client:) ⇒ CandidApiClient::InsuranceRefunds::AsyncClient
25 26 27 |
# File 'lib/candidhealth/insurance_refunds/client.rb', line 25 def initialize(request_client:) @v_1 = CandidApiClient::InsuranceRefunds::V1::AsyncV1Client.new(request_client: request_client) end |
Instance Attribute Details
#v_1 ⇒ CandidApiClient::InsuranceRefunds::V1::AsyncV1Client (readonly)
21 22 23 |
# File 'lib/candidhealth/insurance_refunds/client.rb', line 21 def v_1 @v_1 end |