Class: Coradoc::AsciiDoc::Model::Image::BlockImage
Instance Attribute Summary
Attributes inherited from Core
#annotate_missing, #attributes, #colons, #id, #line_break, #src, #title
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Core
Methods included from Anchorable
#default_anchor, #gen_anchor, included, #initialize
Methods inherited from Base
#inline?, #serialize_content, #simplify_block_content, #to_adoc, #to_h, visit, #visit
Instance Method Details
#block_level? ⇒ Boolean
8 9 10 |
# File 'lib/coradoc/asciidoc/model/image/block_image.rb', line 8 def block_level? true end |