Module: Pay::Stripe
- Extended by:
- Stripe
- Includes:
- Env
- Included in:
- Stripe
- Defined in:
- lib/pay/errors.rb,
lib/pay/stripe.rb,
lib/pay/stripe/charge.rb,
lib/pay/stripe/billable.rb,
lib/pay/stripe/subscription.rb,
lib/pay/stripe/webhooks/charge_refunded.rb,
lib/pay/stripe/webhooks/charge_succeeded.rb,
lib/pay/stripe/webhooks/customer_deleted.rb,
lib/pay/stripe/webhooks/customer_updated.rb,
lib/pay/stripe/webhooks/subscription_created.rb,
lib/pay/stripe/webhooks/subscription_deleted.rb,
lib/pay/stripe/webhooks/subscription_updated.rb,
lib/pay/stripe/webhooks/subscription_renewing.rb,
lib/pay/stripe/webhooks/payment_method_updated.rb,
lib/pay/stripe/webhooks/payment_action_required.rb
Defined Under Namespace
Modules: Billable, Charge, Subscription, Webhooks
Classes: Error
Instance Method Summary
collapse
Instance Method Details
#private_key ⇒ Object
26
27
28
|
# File 'lib/pay/stripe.rb', line 26
def private_key
find_value_by_name(:stripe, :private_key)
end
|
#public_key ⇒ Object
22
23
24
|
# File 'lib/pay/stripe.rb', line 22
def public_key
find_value_by_name(:stripe, :public_key)
end
|
#signing_secret ⇒ Object
30
31
32
|
# File 'lib/pay/stripe.rb', line 30
def signing_secret
find_value_by_name(:stripe, :signing_secret)
end
|