Class
WebMock::RequestStub
In:
lib/webmock/request_stub.rb
Parent:
Object
Methods
from_request_signature
has_responses?
matches?
new
response
then
times
to_rack
to_raise
to_return
to_s
to_timeout
with
Attributes
request_pattern
[RW]
Public Class methods
from_request_signature
(signature)
new
(method, uri)
Public Instance methods
has_responses?
()
matches?
(request_signature)
response
()
then
()
times
(number)
to_rack
(app, options={})
to_raise
(*exceptions)
to_return
(*response_hashes, &block)
to_s
()
to_timeout
()
with
(params = {}, &block)
[Validate]