Class: Asciidoctor::Prawn::Extensions::Position
- Defined in:
- lib/asciidoctor/pdf/ext/prawn/extensions.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#cursor ⇒ Object
Returns the value of attribute cursor.
-
#page ⇒ Object
Returns the value of attribute page.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
37 38 39 |
# File 'lib/asciidoctor/pdf/ext/prawn/extensions.rb', line 37 def column @column end |
#cursor ⇒ Object
Returns the value of attribute cursor
37 38 39 |
# File 'lib/asciidoctor/pdf/ext/prawn/extensions.rb', line 37 def cursor @cursor end |
#page ⇒ Object
Returns the value of attribute page
37 38 39 |
# File 'lib/asciidoctor/pdf/ext/prawn/extensions.rb', line 37 def page @page end |