updated the spacing to be consistent.

This commit is contained in:
Aditya Sridhar
2018-09-30 16:10:57 -04:00
parent 06b28c1ab4
commit 372ae8e4aa

View File

@@ -4,8 +4,8 @@
# a bit cleaner than accessing keys in different ways.
module Stripe
class << self
# Returns the value of Stripe.publishable_key and Stripe.endpoint_secret.
# Attribute values can also be set by doing Stripe.publishable_key = <your_new_value>
# Returns the value of Stripe.publishable_key and Stripe.endpoint_secret.
# Attribute values can also be set by doing Stripe.publishable_key = <your_new_value>
attr_accessor :publishable_key, :endpoint_secret
end
end