method
auth_type=
v3.1.0 -
Show latest stable
- Class:
ActiveResource::Base
auth_type=(auth_type)public
No documentation available.
# File activeresource/lib/active_resource/base.rb, line 478
def auth_type=(auth_type)
@connection = nil
@auth_type = auth_type
end