# File lib/active_resource/base.rb, line 704
    def id=(id)
      attributes[self.class.primary_key] = id
    end