Module: Candid::PreEncounter::Common::Types::AppointmentId
- Defined in:
- lib/candid/pre_encounter/common/types/appointment_id.rb
Class Method Summary collapse
Class Method Details
.dump(value) ⇒ String
20 21 22 |
# File 'lib/candid/pre_encounter/common/types/appointment_id.rb', line 20 def self.dump(value) ::JSON.generate(value) end |
.load(str) ⇒ untyped
13 14 15 |
# File 'lib/candid/pre_encounter/common/types/appointment_id.rb', line 13 def self.load(str) ::JSON.parse(str) end |