class Slack::Request::ParamsConfirmation

Included Modules

Defined in:

slack-api/request/common/action.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(text : String) #

[View source]

Instance Method Detail

def dismiss_text : String | Nil #

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

[View source]
def ok_text : String | Nil #

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

[View source]
def text : String #

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

[View source]
def title : String | Nil #

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

[View source]