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