Class: Imgwire::ClientOptions
- Inherits:
-
Struct
- Object
- Struct
- Imgwire::ClientOptions
- Defined in:
- lib/imgwire/client_options.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#backoff_factor ⇒ Object
Returns the value of attribute backoff_factor.
-
#base_url ⇒ Object
Returns the value of attribute base_url.
-
#environment_id ⇒ Object
Returns the value of attribute environment_id.
-
#max_retries ⇒ Object
Returns the value of attribute max_retries.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
-
#upload_http_client ⇒ Object
Returns the value of attribute upload_http_client.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key
4 5 6 |
# File 'lib/imgwire/client_options.rb', line 4 def api_key @api_key end |
#backoff_factor ⇒ Object
Returns the value of attribute backoff_factor
4 5 6 |
# File 'lib/imgwire/client_options.rb', line 4 def backoff_factor @backoff_factor end |
#base_url ⇒ Object
Returns the value of attribute base_url
4 5 6 |
# File 'lib/imgwire/client_options.rb', line 4 def base_url @base_url end |
#environment_id ⇒ Object
Returns the value of attribute environment_id
4 5 6 |
# File 'lib/imgwire/client_options.rb', line 4 def environment_id @environment_id end |
#max_retries ⇒ Object
Returns the value of attribute max_retries
4 5 6 |
# File 'lib/imgwire/client_options.rb', line 4 def max_retries @max_retries end |
#timeout ⇒ Object
Returns the value of attribute timeout
4 5 6 |
# File 'lib/imgwire/client_options.rb', line 4 def timeout @timeout end |
#upload_http_client ⇒ Object
Returns the value of attribute upload_http_client
4 5 6 |
# File 'lib/imgwire/client_options.rb', line 4 def upload_http_client @upload_http_client end |