Class: Yookassa::Config
- Inherits:
-
Object
- Object
- Yookassa::Config
- Defined in:
- lib/yookassa/config.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#shop_id ⇒ Object
Returns the value of attribute shop_id.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
5 6 7 |
# File 'lib/yookassa/config.rb', line 5 def api_key @api_key end |
#shop_id ⇒ Object
Returns the value of attribute shop_id.
5 6 7 |
# File 'lib/yookassa/config.rb', line 5 def shop_id @shop_id end |