abstract class CB::TeamMemberAction
- CB::TeamMemberAction
- CB::APIAction
- CB::Action
- Reference
- Object
Overview
Superclass for all TeamMember related Action
s}.
Provides common properties and functionality specific to team member managment actions.
Direct Known Subclasses
Defined in:
cb/team_member.crInstance Method Summary
- #account_id : String | Nil
- #account_id=(str : String)
- #account_id=(account_id : String | Nil)
- #email : String | Nil
- #email=(email : String | Nil)
- #team_id : String | Nil
- #team_id=(str : String)
- #team_id=(team_id : String | Nil)