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