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