Class: AthenaHealth::Claim::Payer

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/athena_health/claim/payer.rb

Instance Method Summary collapse

Constructor Details

#initialize(args) ⇒ Payer

Returns a new instance of Payer.



11
12
13
14
# File 'lib/athena_health/claim/payer.rb', line 11

def initialize(args)
  self.patientinsuranceid = args['primarypatientinsuranceid'] || args['secondarypatientinsuranceid']
  super(args)
end