class Slack::Event::ItemInfo

Included Modules

Defined in:

slack-api/event/base.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def channel : String | Nil #

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

[View source]
def file : String | Nil #

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

[View source]
def file_comment : String | Nil #

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

[View source]
def ts : String | Nil #

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

[View source]
def type : String #

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

[View source]