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

Version Path
fog-google-1.7.1 lib/fog/compute/google/requests/list_aggregated_instance_groups.rb
fog-google-1.7.0 lib/fog/compute/google/requests/list_aggregated_instance_groups.rb
fog-google-1.6.0 lib/fog/compute/google/requests/list_aggregated_instance_groups.rb
fog-google-1.5.0 lib/fog/compute/google/requests/list_aggregated_instance_groups.rb
fog-google-1.4.0 lib/fog/compute/google/requests/list_aggregated_instance_groups.rb
fog-google-1.3.3 lib/fog/compute/google/requests/list_aggregated_instance_groups.rb
fog-google-1.3.2 lib/fog/compute/google/requests/list_aggregated_instance_groups.rb
fog-google-1.3.1 lib/fog/compute/google/requests/list_aggregated_instance_groups.rb
fog-google-1.3.0 lib/fog/compute/google/requests/list_aggregated_instance_groups.rb
fog-google-1.2.2 lib/fog/compute/google/requests/list_aggregated_instance_groups.rb
fog-google-1.2.1 lib/fog/compute/google/requests/list_aggregated_instance_groups.rb
fog-google-1.2.0 lib/fog/compute/google/requests/list_aggregated_instance_groups.rb
fog-google-1.1.0 lib/fog/compute/google/requests/list_aggregated_instance_groups.rb
fog-google-1.0.1 lib/fog/compute/google/requests/list_aggregated_instance_groups.rb
fog-google-1.0.0 lib/fog/compute/google/requests/list_aggregated_instance_groups.rb