Class: ApiBanking::Environment::YBL::PRD
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::Environment::YBL::PRD
- 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.
-
#ssl_ca_file ⇒ Object
Returns the value of attribute ssl_ca_file.
-
#ssl_client_cert ⇒ Object
Returns the value of attribute ssl_client_cert.
-
#ssl_client_key ⇒ Object
Returns the value of attribute ssl_client_key.
-
#ssl_client_key_pass ⇒ Object
Returns the value of attribute ssl_client_key_pass.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize ⇒ PRD
constructor
A new instance of PRD.
Constructor Details
#initialize ⇒ PRD
Returns a new instance of PRD.
22 23 24 25 26 27 28 29 |
# File 'lib/api_banking/environment/ybl/env.rb', line 22 def initialize(*) super self.ssl_ca_file ||= File.('./prd.pem', File.dirname(__FILE__)) self.endpoints = { FundsTransferByCustomerService: 'https://sky.yesbank.in:444/app/live/ssl/fundsTransferByCustomerService', FundsTransferByCustomerService2: 'https://sky.yesbank.in:444/app/live/fundsTransferByCustomerService2' } end |
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id
21 22 23 |
# File 'lib/api_banking/environment/ybl/env.rb', line 21 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret
21 22 23 |
# File 'lib/api_banking/environment/ybl/env.rb', line 21 def client_secret @client_secret end |
#endpoints ⇒ Object
Returns the value of attribute endpoints
21 22 23 |
# File 'lib/api_banking/environment/ybl/env.rb', line 21 def endpoints @endpoints end |
#password ⇒ Object
Returns the value of attribute password
21 22 23 |
# File 'lib/api_banking/environment/ybl/env.rb', line 21 def password @password end |
#ssl_ca_file ⇒ Object
Returns the value of attribute ssl_ca_file
21 22 23 |
# File 'lib/api_banking/environment/ybl/env.rb', line 21 def ssl_ca_file @ssl_ca_file end |
#ssl_client_cert ⇒ Object
Returns the value of attribute ssl_client_cert
21 22 23 |
# File 'lib/api_banking/environment/ybl/env.rb', line 21 def ssl_client_cert @ssl_client_cert end |
#ssl_client_key ⇒ Object
Returns the value of attribute ssl_client_key
21 22 23 |
# File 'lib/api_banking/environment/ybl/env.rb', line 21 def ssl_client_key @ssl_client_key end |
#ssl_client_key_pass ⇒ Object
Returns the value of attribute ssl_client_key_pass
21 22 23 |
# File 'lib/api_banking/environment/ybl/env.rb', line 21 def ssl_client_key_pass @ssl_client_key_pass end |
#user ⇒ Object
Returns the value of attribute user
21 22 23 |
# File 'lib/api_banking/environment/ybl/env.rb', line 21 def user @user end |