Module: Candid::NonInsurancePayers::V1::Types::NonInsurancePayerId
- Defined in:
- lib/candid/non_insurance_payers/v_1/types/non_insurance_payer_id.rb
Class Method Summary collapse
Class Method Details
.dump(value) ⇒ String
20 21 22 |
# File 'lib/candid/non_insurance_payers/v_1/types/non_insurance_payer_id.rb', line 20 def self.dump(value) ::JSON.generate(value) end |
.load(str) ⇒ untyped
13 14 15 |
# File 'lib/candid/non_insurance_payers/v_1/types/non_insurance_payer_id.rb', line 13 def self.load(str) ::JSON.parse(str) end |