Maknz\Slack\AttachmentAction::setValue PHP Method

setValue() public method

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