Class: Asciidoctor::Document::ImageReference

Inherits:
Struct
  • Object
show all
Defined in:
lib/asciidoctor/document.rb

Instance Attribute Summary collapse

Instance Attribute Details

#imagesdir ⇒ Object

Returns the value of attribute imagesdir

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of target



85
86
87
# File 'lib/asciidoctor/document.rb', line 85

def target
  @target
end