Module: Xendit
- Defined in:
- lib/xendit.rb,
lib/xendit/rails/engine.rb,
lib/xendit/rails/version.rb,
app/models/xendit/invoice.rb,
app/models/xendit/payment.rb,
app/models/xendit/recurring.rb,
app/jobs/xendit/application_job.rb,
app/models/xendit/invoice_payment.rb,
app/models/xendit/virtual_account.rb,
app/models/xendit/application_record.rb,
app/mailers/xendit/application_mailer.rb,
app/controllers/xendit/application_controller.rb,
app/controllers/xendit/callbacks/invoices_controller.rb
Defined Under Namespace
Modules: Callbacks, Rails, TimestampMapable Classes: ApplicationController, ApplicationMailer, ApplicationRecord, Invoice, InvoicePayment, Payment, Recurring, VirtualAccount, XenditTokenNotConfiguredError
Class Attribute Summary collapse
-
.callback_token ⇒ Object
Returns the value of attribute callback_token.
Class Attribute Details
.callback_token ⇒ Object
Returns the value of attribute callback_token.
5 6 7 |
# File 'lib/xendit.rb', line 5 def callback_token @callback_token end |