class Duracloud::Commands::GetStorageReportForSpace

Public Instance Methods

call() click to toggle source
# File lib/duracloud/commands/get_storage_report_for_space.rb, line 4
def call
  reports = Duracloud::StorageReports.by_space(space_id, store_id: store_id)
  puts reports.last.to_s
end