Class: BlackStack::User

Inherits:
Object
  • Object
show all
Defined in:
lib/dbclasses.rb

Instance Method Summary collapse

Instance Method Details

#flagsObject

return all flags of this user



10
11
12
# File 'lib/dbclasses.rb', line 10

def flags()
    return self.boolflags + self.intflags + self.floatflags
end