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