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