# File lib/fog/joyent/models/compute/servers.rb, line 26 def get(machine_id) data = self.connection.get_machine(machine_id).body new(data) end