class Slack::Request::ParamsField

Included Modules

Defined in:

slack-api/request/common/field.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def short : Bool | Nil #

[View source]
def short=(short : Bool | Nil) #

[View source]
def title : String | Nil #

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

[View source]
def value : String | Nil #

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

[View source]