class Slack::Response::Attachment

Included Modules

Defined in:

slack-api/response/common/attachment.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def author_icon : String | Nil #

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

[View source]
def author_link : String | Nil #

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

[View source]
def author_name : String | Nil #

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

[View source]
def color : String | Nil #

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

[View source]
def fallback : String | Nil #

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

[View source]
def id : Int32 #

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

[View source]
def image_bytes : Int32 | Nil #

[View source]
def image_bytes=(image_bytes : Int32 | Nil) #

[View source]
def image_height : Int32 | Nil #

[View source]
def image_height=(image_height : Int32 | Nil) #

[View source]
def image_url : String | Nil #

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

[View source]
def image_width : Int32 | Nil #

[View source]
def image_width=(image_width : Int32 | Nil) #

[View source]
def title : String | Nil #

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

[View source]
def title_link : String | Nil #

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

[View source]