Class: Imgwire::ClientOptions

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



4
5
6
# File 'lib/imgwire/client_options.rb', line 4

def api_key
  @api_key
end

#backoff_factorObject

Returns the value of attribute backoff_factor

Returns:

  • (Object)

    the current value of backoff_factor



4
5
6
# File 'lib/imgwire/client_options.rb', line 4

def backoff_factor
  @backoff_factor
end

#base_urlObject

Returns the value of attribute base_url

Returns:

  • (Object)

    the current value of base_url



4
5
6
# File 'lib/imgwire/client_options.rb', line 4

def base_url
  @base_url
end

#environment_idObject

Returns the value of attribute environment_id

Returns:

  • (Object)

    the current value of environment_id



4
5
6
# File 'lib/imgwire/client_options.rb', line 4

def environment_id
  @environment_id
end

#max_retriesObject

Returns the value of attribute max_retries

Returns:

  • (Object)

    the current value of max_retries



4
5
6
# File 'lib/imgwire/client_options.rb', line 4

def max_retries
  @max_retries
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



4
5
6
# File 'lib/imgwire/client_options.rb', line 4

def timeout
  @timeout
end

#upload_http_clientObject

Returns the value of attribute upload_http_client

Returns:

  • (Object)

    the current value of upload_http_client



4
5
6
# File 'lib/imgwire/client_options.rb', line 4

def upload_http_client
  @upload_http_client
end