Sha256: e8aa40046354ae53753a578a867e14946324e9605a20e1a7eb99a4b128c3401c

Contents?: true

Size: 603 Bytes

Versions: 21

Compression:

Stored size: 603 Bytes

Contents

module Fog
  module Compute
    class Google
      class Mock
        def list_snapshots
          # :no-coverage:
          Fog::Mock.not_implemented
          # :no-coverage:
        end
      end

      class Real
        def list_snapshots(project = @project, filter: nil, max_results: nil,
                           order_by: nil, page_token: nil)
          @compute.list_snapshots(project,
                                  :filter => filter, :max_results => max_results,
                                  :order_by => order_by, :page_token => page_token)
        end
      end
    end
  end
end

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
fog-google-1.24.1 lib/fog/compute/google/requests/list_snapshots.rb
fog-google-1.24.0 lib/fog/compute/google/requests/list_snapshots.rb
fog-google-1.23.0 lib/fog/compute/google/requests/list_snapshots.rb
fog-google-1.22.0 lib/fog/compute/google/requests/list_snapshots.rb
fog-google-1.21.1 lib/fog/compute/google/requests/list_snapshots.rb
fog-google-1.21.0 lib/fog/compute/google/requests/list_snapshots.rb
fog-google-1.20.0 lib/fog/compute/google/requests/list_snapshots.rb
fog-google-1.19.0 lib/fog/compute/google/requests/list_snapshots.rb
fog-google-1.18.0 lib/fog/compute/google/requests/list_snapshots.rb
fog-google-1.17.0 lib/fog/compute/google/requests/list_snapshots.rb
fog-google-1.16.1 lib/fog/compute/google/requests/list_snapshots.rb
fog-google-1.16.0 lib/fog/compute/google/requests/list_snapshots.rb
fog-google-1.15.0 lib/fog/compute/google/requests/list_snapshots.rb
fog-google-1.14.0 lib/fog/compute/google/requests/list_snapshots.rb
gitlab-fog-google-1.14.0 lib/fog/compute/google/requests/list_snapshots.rb
fog-google-1.13.0 lib/fog/compute/google/requests/list_snapshots.rb
gitlab-fog-google-1.13.0 lib/fog/compute/google/requests/list_snapshots.rb
fog-google-1.12.1 lib/fog/compute/google/requests/list_snapshots.rb
fog-google-1.12.0 lib/fog/compute/google/requests/list_snapshots.rb
fog-google-1.11.0 lib/fog/compute/google/requests/list_snapshots.rb