Sha256: cb71f7f24805af460a60f54c025a3c2849406a2cb0dfdf65766aa8d8bb09685d
Contents?: true
Size: 389 Bytes
Versions: 21
Compression:
Stored size: 389 Bytes
Contents
module Fog module Compute class Google class Mock def get_target_https_proxy(_proxy_name) # :no-coverage: Fog::Mock.not_implemented # :no-coverage: end end class Real def get_target_https_proxy(proxy_name) @compute.get_target_https_proxy(@project, proxy_name) end end end end end
Version data entries
21 entries across 21 versions & 2 rubygems