Class: DaisybillApi::Models::Base
- Inherits:
-
Object
- Object
- DaisybillApi::Models::Base
- Extended by:
- Ext
- Includes:
- ActiveModel::Naming, ActiveModel::Validations
- Defined in:
- lib/daisybill_api/models/base.rb
Direct Known Subclasses
Attachment, Bill, BillPayment, BillSubmission, BillingProvider, BillingProviderAttachment, ClaimsAdministrator, Injury, Patient, Payer, PlaceOfService, ReferringProvider, RenderingProvider, ServiceLineItem
Instance Attribute Summary collapse
-
#external_errors ⇒ Object
Returns the value of attribute external_errors.
Instance Method Summary collapse
-
#initialize(attrs = {}) ⇒ Base
constructor
A new instance of Base.
Methods included from Ext
Constructor Details
#initialize(attrs = {}) ⇒ Base
Returns a new instance of Base.
14 15 16 17 |
# File 'lib/daisybill_api/models/base.rb', line 14 def initialize(attrs = {}) self.external_errors = {} super end |
Instance Attribute Details
#external_errors ⇒ Object
Returns the value of attribute external_errors.
10 11 12 |
# File 'lib/daisybill_api/models/base.rb', line 10 def external_errors @external_errors end |