class

Asciidoctor::Document::AttributeEntry

Inherits Reference < Object

A data object representing a document attribute entry.

Constructors

new(name : String, value : String | Nil, negate : Bool | Nil = nil)
Source

Instance methods

name
Source
negate
Source
save_to(attrs : Hash(String, String)) : self

Save this attribute entry to the given attributes hash.

Source
value
Source
value=(value : String | Nil)
Source