Class: ApiBanking::Environment::YBL::UAT

Inherits:
Struct
  • Object
show all
Defined in:
lib/api_banking/environment/ybl/env.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeUAT



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_idObject

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_secretObject

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

#endpointsObject

Returns the value of attribute endpoints



4
5
6
# File 'lib/api_banking/environment/ybl/env.rb', line 4

def endpoints
  @endpoints
end

#passwordObject

Returns the value of attribute password



4
5
6
# File 'lib/api_banking/environment/ybl/env.rb', line 4

def password
  @password
end

#userObject

Returns the value of attribute user



4
5
6
# File 'lib/api_banking/environment/ybl/env.rb', line 4

def user
  @user
end