class Typhoeus::Response

def mock

Other tags:
    Api: - private
def mock
  defined?(@mock) ? @mock : options[:mock]
end