struct CB::Client::TeamListResponse

Included Modules

Defined in:

client/team.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def has_more : Bool #

def has_more=(has_more : Bool) #

def next_cursor : String | Nil #

def next_cursor=(next_cursor : String | Nil) #

def teams : Array(CB::Model::Team) #

[View source]
def teams=(teams : Array(CB::Model::Team)) #

[View source]