user=(user)
Sets the \user for REST HTTP authentication.
# File activeresource/lib/active_resource/base.rb, line 258 def user=(user) @connection = nil @user = user end