class Slack::Response::InvitingUser

Included Modules

Defined in:

slack-api/response/common/inviting-user.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def id : String #

[View source]
def id=(id : String) #

[View source]
def is_app_user : Bool #

[View source]
def is_app_user=(is_app_user : Bool) #

[View source]
def is_restricted : Bool #

[View source]
def is_restricted=(is_restricted : Bool) #

[View source]
def is_ultra_restricted : Bool #

[View source]
def is_ultra_restricted=(is_ultra_restricted : Bool) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def profile : UserProfile #

[View source]
def profile=(profile : UserProfile) #

[View source]
def real_name : String #

[View source]
def real_name=(real_name : String) #

[View source]
def team_id : String #

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

[View source]
def updated : Int32 #

[View source]
def updated=(updated : Int32) #

[View source]