Class: Fetch::Config
- Inherits:
-
Struct
- Object
- Struct
- Fetch::Config
- Defined in:
- lib/fetch/config.rb
Instance Attribute Summary collapse
-
#connection_max_idle_time ⇒ Object
Returns the value of attribute connection_max_idle_time.
-
#json_parse_options ⇒ Object
Returns the value of attribute json_parse_options.
-
#on_connection_create ⇒ Object
Returns the value of attribute on_connection_create.
Instance Attribute Details
#connection_max_idle_time ⇒ Object
Returns the value of attribute connection_max_idle_time
2 3 4 |
# File 'lib/fetch/config.rb', line 2 def connection_max_idle_time @connection_max_idle_time end |
#json_parse_options ⇒ Object
Returns the value of attribute json_parse_options
2 3 4 |
# File 'lib/fetch/config.rb', line 2 def @json_parse_options end |
#on_connection_create ⇒ Object
Returns the value of attribute on_connection_create
2 3 4 |
# File 'lib/fetch/config.rb', line 2 def on_connection_create @on_connection_create end |