Sha256: aea2ededc85be992c640f49e9416649ca4b742675b9a36484bd14ae17acbf3d3
Contents?: true
Size: 386 Bytes
Versions: 21
Compression:
Stored size: 386 Bytes
Contents
module Fog module Compute class Google class Mock def get_target_http_proxy(_proxy_name) # :no-coverage: Fog::Mock.not_implemented # :no-coverage: 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
21 entries across 21 versions & 2 rubygems