Class: CheckMot::Configuration

Inherits:
Struct
  • Object
show all
Defined in:
lib/check_mot/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



2
3
4
# File 'lib/check_mot/configuration.rb', line 2

def api_key
  @api_key
end

#http_adapterObject

Returns the value of attribute http_adapter

Returns:

  • (Object)

    the current value of http_adapter



2
3
4
# File 'lib/check_mot/configuration.rb', line 2

def http_adapter
  @http_adapter
end