# File lib/rhc/rest/membership.rb, line 43
      def grant_from?(type, id)
        from.detect {|f| f['type'] == type && f['id'] == id}
      end