Module: StripeInvoice

Defined in:
lib/stripe_invoice.rb,
lib/stripe_invoice/engine.rb,
lib/stripe_invoice/version.rb,
app/models/stripe_invoice/charge.rb,
app/mailers/stripe_invoice/invoice_mailer.rb,
app/helpers/stripe_invoice/invoices_helper.rb,
app/helpers/stripe_invoice/tax_report_helper.rb,
app/delayed_jobs/stripe_invoice/dj_tax_report.rb,
app/helpers/stripe_invoice/application_helper.rb,
lib/generators/stripe_invoice/views_generator.rb,
lib/generators/stripe_invoice/install_generator.rb,
app/controllers/stripe_invoice/invoices_controller.rb,
app/controllers/stripe_invoice/application_controller.rb

Defined Under Namespace

Modules: ApplicationHelper, InvoicesHelper, TaxReportHelper Classes: ApplicationController, Charge, DJTaxReport, Engine, InstallGenerator, InvoiceMailer, InvoicesController, ViewsGenerator

Constant Summary collapse

VERSION =
"2.0.1"

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (StripeInvoice)

    the object that the method was called on



11
12
13
# File 'lib/stripe_invoice.rb', line 11

def self.setup
  yield self
end