Class: Asciidoctor::Document::ImageReference
- Inherits:
-
Struct
- Object
- Struct
- Asciidoctor::Document::ImageReference
- Defined in:
- lib/asciidoctor/document.rb
Instance Attribute Summary collapse
-
#imagesdir ⇒ Object
Returns the value of attribute imagesdir.
-
#target ⇒ Object
(also: #to_s)
Returns the value of attribute target.
Instance Attribute Details
#imagesdir ⇒ Object
Returns the value of attribute imagesdir
85 86 87 |
# File 'lib/asciidoctor/document.rb', line 85 def imagesdir @imagesdir end |
#target ⇒ Object Also known as: to_s
Returns the value of attribute target
85 86 87 |
# File 'lib/asciidoctor/document.rb', line 85 def target @target end |