Class: Transbank::Webpay::WebpayPlus::Options
- Inherits:
-
Object
- Object
- Transbank::Webpay::WebpayPlus::Options
- Defined in:
- lib/transbank/sdk/webpay/webpay_plus/options.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#commerce_code ⇒ Object
Returns the value of attribute commerce_code.
-
#integration_type ⇒ Object
Returns the value of attribute integration_type.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
5 6 7 |
# File 'lib/transbank/sdk/webpay/webpay_plus/options.rb', line 5 def api_key @api_key end |
#commerce_code ⇒ Object
Returns the value of attribute commerce_code.
5 6 7 |
# File 'lib/transbank/sdk/webpay/webpay_plus/options.rb', line 5 def commerce_code @commerce_code end |
#integration_type ⇒ Object
Returns the value of attribute integration_type.
5 6 7 |
# File 'lib/transbank/sdk/webpay/webpay_plus/options.rb', line 5 def integration_type @integration_type end |