Class: CandidApiClient::NonInsurancePayerRefunds::Client
- Inherits:
-
Object
- Object
- CandidApiClient::NonInsurancePayerRefunds::Client
- Defined in:
- lib/candidhealth/non_insurance_payer_refunds/client.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
Constructor Details
#initialize(request_client:) ⇒ CandidApiClient::NonInsurancePayerRefunds::Client
14 15 16 |
# File 'lib/candidhealth/non_insurance_payer_refunds/client.rb', line 14 def initialize(request_client:) @v_1 = CandidApiClient::NonInsurancePayerRefunds::V1::V1Client.new(request_client: request_client) end |
Instance Attribute Details
#v_1 ⇒ CandidApiClient::NonInsurancePayerRefunds::V1::V1Client (readonly)
10 11 12 |
# File 'lib/candidhealth/non_insurance_payer_refunds/client.rb', line 10 def v_1 @v_1 end |