class Brium::Client

Included Modules

Defined in:

brium/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int, name : String, projects : Array(Brium::Project) = [] of Project, active : Bool = true) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def active : Bool #

[View source]
def active=(active : Bool) #

[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def id : Int64 #

[View source]
def id=(id : Int64) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def projects : Array(Project) #

[View source]
def projects=(projects : Array(Project)) #

[View source]