struct CB::Model::Team

Included Modules

Defined in:

models/team.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, name : String, is_personal : Bool, billing_email : Nil | String = nil, enforce_sso : Bool | Nil = nil, role : Nil | String = nil) #

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

[View source]

Instance Method Detail

def billing_email : String | Nil #

[View source]
def billing_email=(billing_email : String | Nil) #

[View source]
def enforce_sso : Bool | Nil #

[View source]
def enforce_sso=(enforce_sso : Bool | Nil) #

[View source]
def id : String #

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

[View source]
def is_personal : Bool #

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

[View source]
def name #

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

[View source]
def role : String | Nil #

[View source]
def role=(role : String | Nil) #

[View source]
def to_s(io : IO) #
Description copied from struct Struct

Same as #inspect(io).


[View source]