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