Module: Rocket

Defined in:
lib/rocket.rb,
lib/rocket/core.rb,
lib/rocket/system.rb,
lib/rocket/invoice.rb,
lib/rocket/payment.rb,
lib/rocket/checkout.rb,
lib/rocket/response.rb,
lib/rocket/system/user.rb,
lib/rocket/subscription.rb,
lib/rocket/core/function.rb,
lib/rocket/invoice/invoice.rb,
lib/rocket/payment/transfer.rb,
lib/rocket/ruby/sdk/version.rb,
lib/rocket/checkout/checkout.rb,
lib/rocket/subscription/plan.rb,
lib/rocket/invoice/invoice_product.rb

Defined Under Namespace

Modules: Checkout, Core, Invoice, Payment, Ruby, Subscription, System Classes: Response

Constant Summary collapse

@@production_url =
"http://dashboard.rocketpays.com"
@@sandbox_url =
"http://dashboard.sandbox.rocketpays.com"
@@development_url =
"http://dashboard.rocketpays.dev"
@@environment =
:production

Class Method Summary collapse

Class Method Details

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

Yields:

  • (_self)

Yield Parameters:

  • _self (Rocket)

    the object that the method was called on



28
29
30
31
# File 'lib/rocket.rb', line 28

def self.setup
  yield self
  nil
end