Class: ODDB::FiPDF::TestSectionWrapper::StubParagraph
- Defined in:
- ext/fipdf/test/section_wrapper_test.rb
Instance Attribute Summary collapse
-
#need_new_page ⇒ Object
writeonly
Sets the attribute need_new_page.
Instance Method Summary collapse
Instance Attribute Details
#need_new_page=(value) ⇒ Object (writeonly)
Sets the attribute need_new_page
41 42 43 |
# File 'ext/fipdf/test/section_wrapper_test.rb', line 41 def need_new_page=(value) @need_new_page = value end |
Instance Method Details
#need_new_page?(*args) ⇒ Boolean
42 43 44 |
# File 'ext/fipdf/test/section_wrapper_test.rb', line 42 def need_new_page?(*args) @need_new_page end |
#prepend(*args) ⇒ Object
45 46 |
# File 'ext/fipdf/test/section_wrapper_test.rb', line 45 def prepend(*args) end |