Class: Fog::Compute::Gridscale::DeletedStorages
- Inherits:
-
PagingCollection
- Object
- Fog::Collection
- PagingCollection
- Fog::Compute::Gridscale::DeletedStorages
- Defined in:
- lib/fog/compute/gridscale/models/deleted_storages.rb
Instance Method Summary collapse
Methods inherited from PagingCollection
Instance Method Details
#all(filters = {}) ⇒ Object
9 10 11 12 13 |
# File 'lib/fog/compute/gridscale/models/deleted_storages.rb', line 9 def all(filters={}) data = service.deleted_storages_get(filters) deleted_storages = data.body["deleted_storages"].values load(deleted_storages) end |