class User
- User
- Reference
- Object
Defined in:
models/user.crConstructors
Class Method Summary
Instance Method Summary
-
#==(obj)
Returns
false
(other can only be aValue
here). - #gid : Int64
- #group : String
- #group_ids
- #groups
- #id : Int64
- #member_of?(gid : Int64)
- #member_of?(group_name : String)
- #membership : Array(Array(String))
- #name : String
- #regular?
- #root?
- #system?
- #type : Symbol
Constructor Detail
Class Method Detail
Instance Method Detail
def ==(obj)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).