Class: ODDB::FiPDF::TestSectionWrapper::StubFormat
- Defined in:
- ext/fipdf/test/section_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
35 36 37 |
# File 'ext/fipdf/test/section_wrapper_test.rb', line 35 def height=(value) @height = value end |
Instance Method Details
#get_height(*args) ⇒ Object
36 37 38 |
# File 'ext/fipdf/test/section_wrapper_test.rb', line 36 def get_height(*args) @height end |