Method: Asciidoctor::AbstractNode#node_name

Defined in:
lib/asciidoctor/abstract_node.rb

#node_nameObject (readonly)

Get the String name of this node



23
24
25
# File 'lib/asciidoctor/abstract_node.rb', line 23

def node_name
  @node_name
end