# File lib/fog/openstack/models/orchestration/stack.rb, line 32 def create requires :stack_name service.create_stack(stack_name, self.attributes) self end
# File lib/fog/openstack/models/orchestration/stack.rb, line 44 def destroy requires :id service.delete_stack(self.stack_name, self.id) true end
Generated with the Darkfish Rdoc Generator 2.