class Slack::Attachment

Included Modules

Defined in:

slack/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(fallback : Nil | String = nil, author_name : Nil | String = nil, author_icon : Nil | String = nil, author_link : Nil | String = nil, pretext : Nil | String = nil, color : Nil | String = nil, title : Nil | String = nil, title_link : Nil | String = nil, text : Nil | String = nil, footer : Nil | String = nil, footer_icon : Nil | String = nil) #

[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 footer : String | Nil #

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

[View source]
def footer_icon : String | Nil #

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

[View source]
def pretext : String | Nil #

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

[View source]
def text : String | Nil #

[View source]
def text=(text : String | 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]