Sha256: da91a796321fe6cadb0a39df43f5024a604aefcf8890ade7d4d9ffbb64334d2a

Contents?: true

Size: 213 Bytes

Versions: 5

Compression:

Stored size: 213 Bytes

Contents

module Duracloud::Commands
  class ListContentIds < Command

    def call
      Duracloud::Space.content_ids(space_id, store_id: store_id, prefix: prefix).each do |id|
        puts id
      end
    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
duracloud-client-0.10.2 lib/duracloud/commands/list_content_ids.rb
duracloud-client-0.10.1 lib/duracloud/commands/list_content_ids.rb
duracloud-client-0.10.0 lib/duracloud/commands/list_content_ids.rb
duracloud-client-0.9.1 lib/duracloud/commands/list_content_ids.rb
duracloud-client-0.9.0 lib/duracloud/commands/list_content_ids.rb