Module: Recharge

Defined in:
lib/recharge.rb,
lib/recharge/base.rb,
lib/recharge/charge.rb,
lib/recharge/product.rb,
lib/recharge/customer.rb,
lib/recharge/paymethod.rb,
lib/recharge/transaction.rb

Defined Under Namespace

Classes: Base, Charge, Customer, PayMethod, Product, Transaction

Class Attribute Summary collapse

Class Attribute Details

.api_keyObject



14
15
16
# File 'lib/recharge.rb', line 14

def api_key
  defined? @api_key and @api_key
end