# File lib/fog/joyent/models/compute/snapshot.rb, line 36
        def machine
          requires :machine_id

          service.servers.get(self.machine_id)
        end