struct Slack::UI::CompositionObjects::Confirmation

Included Modules

Defined in:

slack/ui/composition_objects/confirmation.cr

Constant Summary

ASSIGNED_TYPES = [confirm : Confirm, deny : Deny, style : String | ::Nil, text : Text, title : Title] of TypeDeclaration

Constructors

Instance Method Summary

Constructor Detail

def self.new(confirm : Confirm, deny : Deny, text : Text, title : Title, style : String | Nil = nil) #

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

Instance Method Detail

def confirm : Confirm #

def confirm=(confirm : Confirm) #

def deny : Deny #

def deny=(deny : Deny) #

def style : String | Nil #

def style=(style : String | Nil) #

def text : Text #

def text=(text : Text) #

def title : Title #

def title=(title : Title) #