Class: ChangeHealth::Models::Eligibility::Subscriber
- Defined in:
- lib/change_health/models/eligibility/subscriber.rb
Instance Method Summary collapse
Methods inherited from Model
#as_json, format_value, hashify, #to_h, #to_json
Instance Method Details
#add_health_care_code_information(value) ⇒ Object
24 25 26 27 |
# File 'lib/change_health/models/eligibility/subscriber.rb', line 24 def add_health_care_code_information(value) self[:healthCareCodeInformation] ||= [] self[:healthCareCodeInformation] << value end |