Class: ApiBanking::Environment::QG::DEMO
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::Environment::QG::DEMO
- Defined in:
- lib/api_banking/environment/qg/env.rb
Instance Attribute Summary collapse
-
#endpoints ⇒ Object
Returns the value of attribute endpoints.
-
#password ⇒ Object
Returns the value of attribute password.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize ⇒ DEMO
constructor
A new instance of DEMO.
Constructor Details
#initialize ⇒ DEMO
Returns a new instance of DEMO.
5 6 7 8 9 10 11 12 13 14 15 |
# File 'lib/api_banking/environment/qg/env.rb', line 5 def initialize(*) super self.endpoints = { FundsTransferByCustomerService: 'https://api.quantiguous.com/fundsTransferByCustomerServiceHttpService', FundsTransferByCustomerService2: 'http://10.211.55.6:7801/fundsTransferByCustomerService2', InstantMoneyTransferService: 'https://api.quantiguous.com/IMTService', DomesticRemittanceByPartnerService: 'https://api.quantiguous.com/DomesticRemittanceByPartnerService', NotificationService: 'https://api.quantiguous.com/NotificationService', InstantCreditService: 'https://api.quantiguous.com/InstantCreditService' } end |
Instance Attribute Details
#endpoints ⇒ Object
Returns the value of attribute endpoints
4 5 6 |
# File 'lib/api_banking/environment/qg/env.rb', line 4 def endpoints @endpoints end |
#password ⇒ Object
Returns the value of attribute password
4 5 6 |
# File 'lib/api_banking/environment/qg/env.rb', line 4 def password @password end |
#user ⇒ Object
Returns the value of attribute user
4 5 6 |
# File 'lib/api_banking/environment/qg/env.rb', line 4 def user @user end |