Maknz\Slack\AttachmentField::getShort PHP Method

getShort() public method

Get whether this field is short enough for displaying side-by-side with other fields.
public getShort ( ) : boolean
return boolean
    public function getShort()
    {
        return $this->short;
    }