Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::StormOnDemand::Servers

Public Instance Methods

all() click to toggle source
# File lib/fog/storm_on_demand/models/compute/servers.rb, line 12
def all
  data = service.list_servers.body['items']
  load(data)
end
get(uniq_id) click to toggle source
# File lib/fog/storm_on_demand/models/compute/servers.rb, line 17
def get(uniq_id)
  server = service.get_server(:uniq_id => uniq_id).body
  new(server)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.