Class: Asciidoctor::AbstractNode
- Inherits:
-
Object
- Object
- Asciidoctor::AbstractNode
- Defined in:
- lib/asciibook/asciidoctor_ext/abstract_node.rb
Instance Attribute Summary collapse
-
#page ⇒ Object
Returns the value of attribute page.
Instance Attribute Details
#page ⇒ Object
Returns the value of attribute page.
3 4 5 |
# File 'lib/asciibook/asciidoctor_ext/abstract_node.rb', line 3 def page @page end |