id=(id)
Sets the \id attribute of the resource.
# File activeresource/lib/active_resource/base.rb, line 715 def id=(id) attributes[self.class.primary_key] = id end