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