# File lib/fog/joyent/models/compute/servers.rb, line 11 def all load(service.list_machines().body) end
# File lib/fog/joyent/models/compute/servers.rb, line 21 def bootstrap(new_attributes = {}) server = create(new_attributes) server.wait_for { ready? } server end
Generated with the Darkfish Rdoc Generator 2.