Class: Fetch::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/fetch/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#connection_max_idle_timeObject

Returns the value of attribute connection_max_idle_time

Returns:

  • (Object)

    the current value of 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_optionsObject

Returns the value of attribute json_parse_options

Returns:

  • (Object)

    the current value of json_parse_options



2
3
4
# File 'lib/fetch/config.rb', line 2

def json_parse_options
  @json_parse_options
end

#on_connection_createObject

Returns the value of attribute on_connection_create

Returns:

  • (Object)

    the current value of on_connection_create



2
3
4
# File 'lib/fetch/config.rb', line 2

def on_connection_create
  @on_connection_create
end