Class: ODDB::FiPDF::TestFachinfoWrapper::StubChapter

Inherits:
Object
  • Object
show all
Defined in:
ext/fipdf/test/fachinfo_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.



37
38
39
# File 'ext/fipdf/test/fachinfo_wrapper_test.rb', line 37

def need_new_page=(value)
  @need_new_page = value
end

Instance Method Details

#need_new_page?(*args) ⇒ Boolean

Returns:

  • (Boolean)


38
39
40
# File 'ext/fipdf/test/fachinfo_wrapper_test.rb', line 38

def need_new_page?(*args)
  @need_new_page
end