Class: IyziPay::Options
- Inherits:
-
Object
- Object
- IyziPay::Options
- Defined in:
- lib/iyzipay/options.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#base_url ⇒ Object
Returns the value of attribute base_url.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
3 4 5 |
# File 'lib/iyzipay/options.rb', line 3 def api_key @api_key end |
#base_url ⇒ Object
Returns the value of attribute base_url.
5 6 7 |
# File 'lib/iyzipay/options.rb', line 5 def base_url @base_url end |
#secret_key ⇒ Object
Returns the value of attribute secret_key.
4 5 6 |
# File 'lib/iyzipay/options.rb', line 4 def secret_key @secret_key end |