class Brium::Project
- Brium::Project
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
brium/project.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #active : Bool
- #active=(active : Bool)
-
#hash(hasher)
See
Object#hash(hasher)
- #id : Int64
- #id=(id : Int64)
- #name : String
- #name=(name : String)
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.