Method: Asciidoctor::AbstractNode#attributes
- Defined in:
- lib/asciidoctor/abstract_node.rb
#attributes ⇒ Object (readonly)
Get the Hash of attributes for this node
11 12 13 |
# File 'lib/asciidoctor/abstract_node.rb', line 11 def attributes @attributes end |