Class: TossPayments::Config
- Inherits:
-
Object
- Object
- TossPayments::Config
- Defined in:
- lib/toss_payments.rb
Instance Attribute Summary collapse
-
#billing_secret_key ⇒ Object
Returns the value of attribute billing_secret_key.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
Instance Attribute Details
#billing_secret_key ⇒ Object
Returns the value of attribute billing_secret_key.
156 157 158 |
# File 'lib/toss_payments.rb', line 156 def billing_secret_key @billing_secret_key end |
#secret_key ⇒ Object
Returns the value of attribute secret_key.
155 156 157 |
# File 'lib/toss_payments.rb', line 155 def secret_key @secret_key end |