Class: ApiBanking::Environment::YBL::UAT
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::Environment::YBL::UAT
- Defined in:
- lib/api_banking/environment/ybl/env.rb
Instance Attribute Summary collapse
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
-
#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 ⇒ UAT
constructor
A new instance of UAT.
Constructor Details
#initialize ⇒ UAT
5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# File 'lib/api_banking/environment/ybl/env.rb', line 5 def initialize(*) super self.endpoints = { FundsTransferByCustomerService: 'https://uatsky.yesbank.in/app/uat/fundsTransferByCustomerServiceHttpService', FundsTransferByCustomerService2: 'https://uatsky.yesbank.in/app/uat/ssl/fundsTransferByCustomerSevice2', InstantMoneyTransferService: 'https://uatsky.yesbank.in:7081/IMTService', InstantCreditService: 'https://uatsky.yesbank.in/app/uat/ssl/InstantCreditService', PrepaidCardManagementService: 'https://uatsky.yesbank.in:7081/PrepaidCardManagementService', PrepaidCardService: 'https://uatsky.yesbank.in:7081/PrepaidCardService', SocialBankingService: 'https://uatsky.yesbank.in/app/uat/SocialBankingServiceHttpService', VirtualCardManagementService: 'https://uatsky.yesbank.in/app/uat/VirtualCardManagementService', InwardRemittanceByPartnerService: 'https://uatsky.yesbank.in:7081/InwardRemittanceByPartnerService' } end |
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id
4 5 6 |
# File 'lib/api_banking/environment/ybl/env.rb', line 4 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret
4 5 6 |
# File 'lib/api_banking/environment/ybl/env.rb', line 4 def client_secret @client_secret end |
#endpoints ⇒ Object
Returns the value of attribute endpoints
4 5 6 |
# File 'lib/api_banking/environment/ybl/env.rb', line 4 def endpoints @endpoints end |
#password ⇒ Object
Returns the value of attribute password
4 5 6 |
# File 'lib/api_banking/environment/ybl/env.rb', line 4 def password @password end |
#user ⇒ Object
Returns the value of attribute user
4 5 6 |
# File 'lib/api_banking/environment/ybl/env.rb', line 4 def user @user end |