# File lib/rhc/rest/client.rb, line 96
      def owned_teams(opts={})
        debug "Getting owned teams"
        if link = api.link_href(:LIST_TEAMS_BY_OWNER)
          @owned_teams ||= api.rest_method("LIST_TEAMS_BY_OWNER", opts.merge({:owner => '@self'}))
        else
          raise RHC::TeamsNotSupportedException
        end
      end