struct CB::Model::TeamMember

Overview

A team member is a association of a bridge user to a bridge team.

Included Modules

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, team_id : String, account_id : String, role : String, email : String) #

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

Instance Method Detail

def account_id : String #

def clone #

def copy_with(id _id = @id, team_id _team_id = @team_id, account_id _account_id = @account_id, role _role = @role, email _email = @email) #

def email : String #

def id : String #

def role : String #

def team_id : String #