Sha256: d6dcbd465478e230cc413782a54ac8739734a59f209c13797614b6cd6cea3e5c
Contents?: true
Size: 436 Bytes
Versions: 20
Compression:
Stored size: 436 Bytes
Contents
module Fog module Compute class Google class Mock def delete_global_operation(_operation) Fog::Mock.not_implemented end end class Real # @see https://developers.google.com/compute/docs/reference/latest/globalOperations/delete def delete_global_operation(operation) @compute.delete_global_operation(@project, operation) end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems