Sha256: 6815db5fd6dad3b48103bccec3071aa55bb01e45066bd7f9feba829640c96841
Contents?: true
Size: 419 Bytes
Versions: 14
Compression:
Stored size: 419 Bytes
Contents
module Fog module Compute class Google class Mock def list_aggregated_instance_groups(_options = {}) # :no-coverage: Fog::Mock.not_implemented # :no-coverage: end end class Real def list_aggregated_instance_groups(options = {}) @compute.list_aggregated_instance_groups(@project, **options) end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems