Class: Fog::Storage::StormOnDemand::Clusters
- Inherits:
-
Collection
- Object
- Collection
- Fog::Storage::StormOnDemand::Clusters
- Defined in:
- lib/fog/storage/storm_on_demand/models/clusters.rb
Instance Method Summary collapse
Instance Method Details
#all(options = {}) ⇒ Object
7 8 9 10 |
# File 'lib/fog/storage/storm_on_demand/models/clusters.rb', line 7 def all( = {}) data = service.list_clusters().body["items"] load(data) end |