Sha256: 43f4fc24ea49feada019163f6a52ffcd77a2b92d8071e855b2818efd7630b0c5

Contents?: true

Size: 257 Bytes

Versions: 5

Compression:

Stored size: 257 Bytes

Contents

module Duracloud::Commands
  class GetStorageReportForAllSpaces < Command

    def call
      Duracloud::StorageReports.for_all_spaces_in_a_store(store_id: store_id).each do |report|
        puts "-"*40
        puts report.to_s
      end
    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

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