Class: Veriff::Configuration::Config
- Inherits:
-
Struct
- Object
- Struct
- Veriff::Configuration::Config
- Defined in:
- lib/veriff/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#api_secret ⇒ Object
Returns the value of attribute api_secret.
-
#base_uri ⇒ Object
Returns the value of attribute base_uri.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key
9 10 11 |
# File 'lib/veriff/configuration.rb', line 9 def api_key @api_key end |
#api_secret ⇒ Object
Returns the value of attribute api_secret
9 10 11 |
# File 'lib/veriff/configuration.rb', line 9 def api_secret @api_secret end |
#base_uri ⇒ Object
Returns the value of attribute base_uri
9 10 11 |
# File 'lib/veriff/configuration.rb', line 9 def base_uri @base_uri end |