# File lib/rhc/rest/application.rb, line 29
      def uuid
        if (client.api_version_negotiated >= 1.6)
          attributes['id']
        else
          attributes['uuid']
        end
      end