struct CB::Model::TeamMember
- CB::Model::TeamMember
- Struct
- Value
- Object
Overview
A team member is a association of a bridge user to a bridge team.
Included Modules
- JSON::Serializable
Defined in:
Constructors
- .new(id : String, team_id : String, account_id : String, role : String, email : String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #account_id : String
- #clone
- #copy_with(id _id = @id, team_id _team_id = @team_id, account_id _account_id = @account_id, role _role = @role, email _email = @email)
- #email : String
- #id : String
- #role : String
- #team_id : String
Constructor Detail
Instance Method Detail
def copy_with(id _id = @id, team_id _team_id = @team_id, account_id _account_id = @account_id, role _role = @role, email _email = @email)
#