class AthenaHealth::Claim::Payer

Public Class Methods

new(args) click to toggle source
Calls superclass method AthenaHealth::BaseModel::new
# File lib/athena_health/models/claim/payer.rb, line 11
def initialize(args)
  self.patientinsuranceid = args['primarypatientinsuranceid'] || args['secondarypatientinsuranceid']
  super(args)
end