method
auth_type
rails latest stable - Class:
ActiveResource::Base
auth_type()public
No documentation available.
# File activeresource/lib/active_resource/base.rb, line 471
def auth_type
if defined?(@auth_type)
@auth_type
end
end