Sha256: 8149262eb116d2020a60f8c96c0814959c73e3cb6f18038f1f9ef73c9bc6c630
Contents?: true
Size: 310 Bytes
Versions: 20
Compression:
Stored size: 310 Bytes
Contents
module Fog module Compute class Google class Mock def get_region(_identity) Fog::Mock.not_implemented end end class Real def get_region(identity) @compute.get_region(@project, identity.split("/")[-1]) end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems