Class: RequestInterceptor::WebMockManager::WebMockConfigurationCache

Inherits:
Struct
  • Object
show all
Defined in:
lib/request_interceptor/webmock_manager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allow_localhostObject

Returns the value of attribute allow_localhost

Returns:

  • (Object)

    the current value of allow_localhost



2
3
4
# File 'lib/request_interceptor/webmock_manager.rb', line 2

def allow_localhost
  @allow_localhost
end

#allow_net_connectObject

Returns the value of attribute allow_net_connect

Returns:

  • (Object)

    the current value of allow_net_connect



2
3
4
# File 'lib/request_interceptor/webmock_manager.rb', line 2

def allow_net_connect
  @allow_net_connect
end

#callbacksObject

Returns the value of attribute callbacks

Returns:

  • (Object)

    the current value of callbacks



2
3
4
# File 'lib/request_interceptor/webmock_manager.rb', line 2

def callbacks
  @callbacks
end

#enabled_previouslyObject

Returns the value of attribute enabled_previously

Returns:

  • (Object)

    the current value of enabled_previously



2
3
4
# File 'lib/request_interceptor/webmock_manager.rb', line 2

def enabled_previously
  @enabled_previously
end

#request_stubsObject

Returns the value of attribute request_stubs

Returns:

  • (Object)

    the current value of request_stubs



2
3
4
# File 'lib/request_interceptor/webmock_manager.rb', line 2

def request_stubs
  @request_stubs
end

#show_body_diffObject

Returns the value of attribute show_body_diff

Returns:

  • (Object)

    the current value of show_body_diff



2
3
4
# File 'lib/request_interceptor/webmock_manager.rb', line 2

def show_body_diff
  @show_body_diff
end

#show_stubbing_instructionsObject

Returns the value of attribute show_stubbing_instructions

Returns:

  • (Object)

    the current value of show_stubbing_instructions



2
3
4
# File 'lib/request_interceptor/webmock_manager.rb', line 2

def show_stubbing_instructions
  @show_stubbing_instructions
end