Sha256: c0ecc9f593c8b6098c108e8dbba00332909f64f5ca1eba407bc1ac09ad80f00d
Contents?: true
Size: 334 Bytes
Versions: 20
Compression:
Stored size: 334 Bytes
Contents
module Fog module Compute class Google class Mock def get_target_http_proxy(_proxy_name) Fog::Mock.not_implemented end end class Real def get_target_http_proxy(proxy_name) @compute.get_target_http_proxy(@project, proxy_name) end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems