# File lib/fog/joyent/models/compute/snapshot.rb, line 20 def start requires :name requires :machine_id service.start_machine_from_snapshot(self.machine_id, self.name) true end