Sha256: 702addb85cee3d878a46a7826ed7fc3c51293a6ebdcd8ecf2d806ab9e3fea057
Contents?: true
Size: 340 Bytes
Versions: 20
Compression:
Stored size: 340 Bytes
Contents
module Fog module Compute class Google class Mock def delete_global_forwarding_rule(_rule) Fog::Mock.not_implemented end end class Real def delete_global_forwarding_rule(rule) @compute.delete_global_forwarding_rule(@project, rule) end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems