Class: ChangeHealth::Models::Claim::OtherPayerName

Inherits:
Model
  • Object
show all
Defined in:
lib/change_health/models/claim/submission/other_payer_name.rb

Instance Method Summary collapse

Methods inherited from Model

#as_json, format_value, hashify, #to_h, #to_json

Instance Method Details

#add_other_payer_secondary_identifier(secondary_identifier) ⇒ Object



13
14
15
16
# File 'lib/change_health/models/claim/submission/other_payer_name.rb', line 13

def add_other_payer_secondary_identifier(secondary_identifier)
  self[:otherPayerSecondaryIdentifier] ||= []
  self[:otherPayerSecondaryIdentifier] << secondary_identifier
end