Maknz\Slack\AttachmentAction::setStyle PHP Method

setStyle() public method

public setStyle ( string $style ) : AttachmentAction
$style string
return AttachmentAction
    public function setStyle($style)
    {
        $this->style = $style;
        return $this;
    }