class JunglePath::API::Helpers::AuthLocalUser::Identity

Attributes

auth[RW]
key[RW]
remote_password[RW]
remote_user[RW]
roles[RW]
user[RW]
user_name[RW]
valid[RW]

Public Instance Methods

to_s() click to toggle source
# File lib/jungle_path/api/helpers/auth_local_user.rb, line 7
def to_s
        "AuthLocalUser::Identity: {\n  remote_user: #{@remote_user},\n  remote_password: #{@remote_password},\n  user_name: #{@user_name},\n  user: #{@user},\n  key: #{@key},\n  valid: #{@valid},\n  roles: #{@roles},\n  auth: #{@auth}\n}"
end