Class: Prawn::ManualBuilder::Part
- Inherits:
-
Object
- Object
- Prawn::ManualBuilder::Part
- Defined in:
- lib/prawn/manual_builder/part.rb
Instance Attribute Summary collapse
-
#auto_render ⇒ Object
Returns the value of attribute auto_render.
-
#manual ⇒ Object
Returns the value of attribute manual.
-
#page_number ⇒ Object
readonly
Returns the value of attribute page_number.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
Instance Attribute Details
#auto_render ⇒ Object
Returns the value of attribute auto_render.
6 7 8 |
# File 'lib/prawn/manual_builder/part.rb', line 6 def auto_render @auto_render end |
#manual ⇒ Object
Returns the value of attribute manual.
7 8 9 |
# File 'lib/prawn/manual_builder/part.rb', line 7 def manual @manual end |
#page_number ⇒ Object (readonly)
Returns the value of attribute page_number.
9 10 11 |
# File 'lib/prawn/manual_builder/part.rb', line 9 def page_number @page_number end |
#path ⇒ Object
Returns the value of attribute path.
8 9 10 |
# File 'lib/prawn/manual_builder/part.rb', line 8 def path @path end |
Instance Method Details
#render(doc) ⇒ Object
11 12 13 |
# File 'lib/prawn/manual_builder/part.rb', line 11 def render(doc) raise NotImplementedError end |