Class: Veriff::Configuration::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/veriff/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key

Returns:

  • (Object)

    the current value of api_key



9
10
11
# File 'lib/veriff/configuration.rb', line 9

def api_key
  @api_key
end

#api_secretObject

Returns the value of attribute api_secret

Returns:

  • (Object)

    the current value of api_secret



9
10
11
# File 'lib/veriff/configuration.rb', line 9

def api_secret
  @api_secret
end

#base_uriObject

Returns the value of attribute base_uri

Returns:

  • (Object)

    the current value of base_uri



9
10
11
# File 'lib/veriff/configuration.rb', line 9

def base_uri
  @base_uri
end