class WebMock::Config
Attributes
allow[RW]
allow_localhost[RW]
allow_net_connect[RW]
net_http_connect_on_start[RW]
query_values_notation[RW]
show_body_diff[RW]
show_stubbing_instructions[RW]
Public Class Methods
new()
click to toggle source
# File lib/webmock/config.rb, line 5 def initialize @show_stubbing_instructions = true @show_body_diff = true end