Class
WebMock::RequestSignature
In:
lib/webmock/request_signature.rb
Parent:
Object
Methods
==
eql?
hash
headers=
json_headers?
new
to_s
url_encoded?
Attributes
body
[RW]
headers
[R]
method
[RW]
uri
[RW]
Public Class methods
new
(method, uri, options = {})
Public Instance methods
==
(other)
Alias for eql?
eql?
(other)
hash
()
headers=
(headers)
json_headers?
()
to_s
()
url_encoded?
()
[Validate]