Sha256: e09e925365a4d2eb5ecd24b277e6acb90209256332893c13737efcecdac6ce9e

Contents?: true

Size: 455 Bytes

Versions: 13

Compression:

Stored size: 455 Bytes

Contents

# frozen_string_literal: true

module WebMock
  class Config
    include Singleton

    def initialize
      @show_stubbing_instructions = true
      @show_body_diff = true
    end

    attr_accessor :allow_net_connect
    attr_accessor :allow_localhost
    attr_accessor :allow
    attr_accessor :net_http_connect_on_start
    attr_accessor :show_stubbing_instructions
    attr_accessor :query_values_notation
    attr_accessor :show_body_diff
  end
end

Version data entries

13 entries across 13 versions & 4 rubygems

Version Path
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/webmock-3.23.1/lib/webmock/config.rb
webmock-3.24.0 lib/webmock/config.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/webmock-3.23.1/lib/webmock/config.rb
webmock-3.23.0 lib/webmock/config.rb
webmock-3.22.0 lib/webmock/config.rb
webmock-3.21.2 lib/webmock/config.rb
webmock-3.21.1 lib/webmock/config.rb
webmock-3.21.0 lib/webmock/config.rb
webmock-3.20.0 lib/webmock/config.rb
honeybadger-5.4.0 vendor/bundle/ruby/3.2.0/gems/webmock-3.19.1/lib/webmock/config.rb
honeybadger-5.3.0 vendor/bundle/ruby/3.2.0/gems/webmock-3.19.1/lib/webmock/config.rb
webmock-3.19.1 lib/webmock/config.rb
webmock-3.19.0 lib/webmock/config.rb