class Slack::Request::ParamsOption

Included Modules

Defined in:

slack-api/request/common/action.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(text : String, value : String, description : Nil | String = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def description : String | Nil #

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

[View source]
def text : String #

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

[View source]
def value : String #

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

[View source]