class Brium::Client
- Brium::Client
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
brium/client.crConstructors
- .new(id : Int, name : String, projects : Array(Brium::Project) = [] of Project, active : Bool = true)
- .new(pull : JSON::PullParser)
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)
- #projects : Array(Project)
- #projects=(projects : Array(Project))
Constructor Detail
def self.new(id : Int, name : String, projects : Array(Brium::Project) = [] of Project, active : Bool = true)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.