This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.
password=(password)
Sets the password for remote service.
# File activeresource/lib/active_resource/connection.rb, line 58 def password=(password) @password = password end