struct

Asciidoctor::Document::ImageReference

Inherits Struct < Value < Object

A data object representing an image reference.

Constructors

new(target : String, imagesdir : String)
Source

Instance methods

clone
Source
copy_with(target _target = @target, imagesdir _imagesdir = @imagesdir)
Source
imagesdir
target
to_s(io : IO) : Nil

Same as #inspect(io).

Source