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