Class: PaymobAccept::Configuration
- Inherits:
-
Object
- Object
- PaymobAccept::Configuration
- Defined in:
- lib/paymob_accept/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#auth_integration_id ⇒ Object
Returns the value of attribute auth_integration_id.
-
#cash_integration_id ⇒ Object
Returns the value of attribute cash_integration_id.
-
#hmac_key ⇒ Object
Returns the value of attribute hmac_key.
-
#kiosk_integration_id ⇒ Object
Returns the value of attribute kiosk_integration_id.
-
#moto_integration_id ⇒ Object
Returns the value of attribute moto_integration_id.
-
#online_integration_id ⇒ Object
Returns the value of attribute online_integration_id.
-
#wallet_integration_id ⇒ Object
Returns the value of attribute wallet_integration_id.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
3 4 5 |
# File 'lib/paymob_accept/configuration.rb', line 3 def api_key @api_key end |
#auth_integration_id ⇒ Object
Returns the value of attribute auth_integration_id.
3 4 5 |
# File 'lib/paymob_accept/configuration.rb', line 3 def auth_integration_id @auth_integration_id end |
#cash_integration_id ⇒ Object
Returns the value of attribute cash_integration_id.
3 4 5 |
# File 'lib/paymob_accept/configuration.rb', line 3 def cash_integration_id @cash_integration_id end |
#hmac_key ⇒ Object
Returns the value of attribute hmac_key.
3 4 5 |
# File 'lib/paymob_accept/configuration.rb', line 3 def hmac_key @hmac_key end |
#kiosk_integration_id ⇒ Object
Returns the value of attribute kiosk_integration_id.
3 4 5 |
# File 'lib/paymob_accept/configuration.rb', line 3 def kiosk_integration_id @kiosk_integration_id end |
#moto_integration_id ⇒ Object
Returns the value of attribute moto_integration_id.
3 4 5 |
# File 'lib/paymob_accept/configuration.rb', line 3 def moto_integration_id @moto_integration_id end |
#online_integration_id ⇒ Object
Returns the value of attribute online_integration_id.
3 4 5 |
# File 'lib/paymob_accept/configuration.rb', line 3 def online_integration_id @online_integration_id end |
#wallet_integration_id ⇒ Object
Returns the value of attribute wallet_integration_id.
3 4 5 |
# File 'lib/paymob_accept/configuration.rb', line 3 def wallet_integration_id @wallet_integration_id end |