struct

Asciidoctor::PassthroughEntry

Inherits Struct < Value < Object

Passthrough data stored during extraction

Constructors

new(text : String, subs : Array(Symbol) = [] of Symbol, type : Symbol | Nil = nil, attributes : Hash(String, String) | Nil = nil)
Source

Instance methods

attributes
clone
Source
copy_with(text _text = @text, subs _subs = @subs, type _type = @type, attributes _attributes = @attributes)
Source
subs
text
type