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