Class: ODDB::FiPDF::TestChapterWrapper::StubFormat

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#height=(value) ⇒ Object (writeonly)

Sets the attribute height

Parameters:

  • value

    the value to set the attribute height to.



32
33
34
# File 'ext/fipdf/test/chapter_wrapper_test.rb', line 32

def height=(value)
  @height = value
end

Instance Method Details

#get_height(*args) ⇒ Object



33
34
35
# File 'ext/fipdf/test/chapter_wrapper_test.rb', line 33

def get_height(*args)
  @height
end