Class: Transbank::TransaccionCompleta::Options
- Inherits:
-
Object
- Object
- Transbank::TransaccionCompleta::Options
- Defined in:
- lib/transbank/sdk/transaccion_completa/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.
4 5 6 |
# File 'lib/transbank/sdk/transaccion_completa/options.rb', line 4 def api_key @api_key end |
#commerce_code ⇒ Object
Returns the value of attribute commerce_code.
4 5 6 |
# File 'lib/transbank/sdk/transaccion_completa/options.rb', line 4 def commerce_code @commerce_code end |
#integration_type ⇒ Object
Returns the value of attribute integration_type.
4 5 6 |
# File 'lib/transbank/sdk/transaccion_completa/options.rb', line 4 def integration_type @integration_type end |