# File lib/fog/terremark/models/shared/servers.rb, line 32 def get(server_id) if server_id new(service.get_vapp(server_id).body) else nil end end