Sha256: 417fd506117a075fdeaacfb430a14d4ba35e3b3cda5f83e8ab267abf7700b651
Contents?: true
Size: 436 Bytes
Versions: 15
Compression:
Stored size: 436 Bytes
Contents
module Fog module Compute class Google class Mock def list_aggregated_instance_groups(_options = {}) Fog::Mock.not_implemented end end class Real def list_aggregated_instance_groups(options = {}) @compute.list_aggregated_instance_groups(@project, :filter => options[:filter]) end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems