Fog::Collection
# File lib/fog/openstack/models/orchestration/stacks.rb, line 10 def all load(service.list_stacks.body['stacks']) end
# File lib/fog/openstack/models/orchestration/stacks.rb, line 14 def find_by_id(id) self.find {|stack| stack.id == id} end
Generated with the Darkfish Rdoc Generator 2.