Sha256: 871a5c2474eac6bdeabc4d24c7552ac05f4357a7a864b9cdc98f9fc302563593

Contents?: true

Size: 401 Bytes

Versions: 5

Compression:

Stored size: 401 Bytes

Contents

require 'fog/openstack/models/collection'
require 'fog/openstack/models/volume_v1/snapshot'
require 'fog/openstack/models/volume/snapshots'

module Fog
  module Volume
    class OpenStack
      class V1
        class Snapshots < Fog::OpenStack::Collection
          model Fog::Volume::OpenStack::V1::Snapshot
          include Fog::Volume::OpenStack::Snapshots
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fog-openstack-0.1.10 lib/fog/openstack/models/volume_v1/snapshots.rb
fog-openstack-0.1.9 lib/fog/openstack/models/volume_v1/snapshots.rb
fog-openstack-0.1.8 lib/fog/openstack/models/volume_v1/snapshots.rb
fog-openstack-0.1.7 lib/fog/openstack/models/volume_v1/snapshots.rb
fog-openstack-0.1.6 lib/fog/openstack/models/volume_v1/snapshots.rb