Class: ODDB::FiPDF::TestChapterWrapper::StubFormat
- Defined in:
- ext/fipdf/test/chapter_wrapper_test.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
writeonly
Sets the attribute height.
Instance Method Summary collapse
Instance Attribute Details
#height=(value) ⇒ Object (writeonly)
Sets the attribute height
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 |