class Slack::Response::Share

Included Modules

Defined in:

slack-api/response/common/share.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def accepted_user : String #

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

[View source]
def is_active : Bool #

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

[View source]
def team : Team #

[View source]
def team=(team : Team) #

[View source]
def user : String #

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

[View source]