Attributes
mocked | [RW] |
Public Class methods
new(*)
[show source]
# File lib/httpx/adapters/webmock.rb 77 def initialize(*) 78 super 79 @mocked = false 80 end