Maknz\Slack\AttachmentAction::setName PHP Method

setName() public method

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