class Brium::Project

Included Modules

Defined in:

brium/project.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int, name : String, 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]