Class: Xendit::ApplicationRecord

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
TimestampMapable
Defined in:
app/models/xendit/application_record.rb

Direct Known Subclasses

Invoice, InvoicePayment, Payment, Recurring, VirtualAccount

Constant Summary collapse

ATTRIBUTES =
i[created updated].freeze

Class Method Summary collapse

Class Method Details

.allowed_attributesObject



11
12
13
# File 'app/models/xendit/application_record.rb', line 11

def self.allowed_attributes
  ATTRIBUTES + self::ATTRIBUTES
end