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 253 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 257 def http_version=(value);end