abstract class CB::TeamMemberAction

Overview

Superclass for all TeamMember related Actions}.

Provides common properties and functionality specific to team member managment actions.

Direct Known Subclasses

Defined in:

cb/team_member.cr

Instance Method Summary

Instance methods inherited from class CB::APIAction

client : Client client, client=(client : Client) client=, run run

Constructor methods inherited from class CB::APIAction

new(client : CB::Client, input = STDIN, output = STDOUT) new

Instance methods inherited from class CB::Action

call call, input : IO input, input=(input : IO) input=, output : IO output, output=(output : IO) output=

Constructor methods inherited from class CB::Action

new(input : IO = STDIN, output : IO = STDOUT) new

Instance Method Detail

def account_id : String | Nil #

def account_id=(str : String) #

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

def email : String | Nil #

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

[View source]
def team_id : String | Nil #

def team_id=(str : String) #

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