class MessageMock

Mocks a HTTPClient HTTP::Message

Attributes

header[R]

Public Class Methods

new(headers) click to toggle source
# File lib/webmock/http_lib_adapters/httpclient_adapter.rb, line 270
def initialize(headers)
  @header = headers
end

Public Instance Methods

http_version=(value) click to toggle source
# File lib/webmock/http_lib_adapters/httpclient_adapter.rb, line 274
def http_version=(value);end