class CashOut::Configuration

Attributes

stripe_api_key[RW]
stripe_publishable_key[RW]
stripe_secret_key[RW]

Public Class Methods

new() click to toggle source
# File lib/cash_out/configuration.rb, line 5
def initialize
  @stripe_publishable_key = nil
  @stripe_secret_key = nil
end