Class: ApiBanking::Environment::RBL::UAT
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::Environment::RBL::UAT
- Defined in:
- lib/api_banking/environment/rbl/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.
-
#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.
-
#url ⇒ Object
Returns the value of attribute url.
-
#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 |
# File 'lib/api_banking/environment/rbl/env.rb', line 5 def initialize(*) super self.ssl_ca_file ||= File.('./uat.pem', File.dirname(__FILE__)) self.url ||= 'https://apideveloper.rblbank.com' end |
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id
4 5 6 |
# File 'lib/api_banking/environment/rbl/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/rbl/env.rb', line 4 def client_secret @client_secret end |
#password ⇒ Object
Returns the value of attribute password
4 5 6 |
# File 'lib/api_banking/environment/rbl/env.rb', line 4 def password @password end |
#ssl_ca_file ⇒ Object
Returns the value of attribute ssl_ca_file
4 5 6 |
# File 'lib/api_banking/environment/rbl/env.rb', line 4 def ssl_ca_file @ssl_ca_file end |
#ssl_client_cert ⇒ Object
Returns the value of attribute ssl_client_cert
4 5 6 |
# File 'lib/api_banking/environment/rbl/env.rb', line 4 def ssl_client_cert @ssl_client_cert end |
#ssl_client_key ⇒ Object
Returns the value of attribute ssl_client_key
4 5 6 |
# File 'lib/api_banking/environment/rbl/env.rb', line 4 def ssl_client_key @ssl_client_key end |
#url ⇒ Object
Returns the value of attribute url
4 5 6 |
# File 'lib/api_banking/environment/rbl/env.rb', line 4 def url @url end |
#user ⇒ Object
Returns the value of attribute user
4 5 6 |
# File 'lib/api_banking/environment/rbl/env.rb', line 4 def user @user end |