Class: Fog::Storage::StormOnDemand::Clusters

Inherits:
Collection
  • Object
show all
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(options = {})
  data = service.list_clusters(options).body["items"]
  load(data)
end