Class: ChangeHealth::Models::Eligibility::Subscriber
- Inherits:
-
Model
- Object
- Hashie::Trash
- Model
- ChangeHealth::Models::Eligibility::Subscriber
show all
- Defined in:
- lib/change_health/models/eligibility/subscriber.rb
Instance Method Summary
collapse
Methods inherited from Model
#as_json, #to_h, #to_json
Instance Method Details
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
|