Class
WebMock::RequestPattern
In:
lib/webmock/request_pattern.rb
Parent:
Object
Methods
matches?
new
to_s
with
Attributes
body_pattern
[R]
headers_pattern
[R]
method_pattern
[R]
uri_pattern
[R]
Public Class methods
new
(method, uri, options = {})
Public Instance methods
matches?
(request_signature)
to_s
()
with
(options = {}, &block)
[Validate]