Class: ODDB::FiPDF::TestSectionWrapper::StubParagraph

Inherits:
Object
  • Object
show all
Defined in:
ext/fipdf/test/section_wrapper_test.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#need_new_page=(value) ⇒ Object (writeonly)

Sets the attribute need_new_page

Parameters:

  • value

    the value to set the attribute need_new_page to.



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

Returns:

  • (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