Class: ODDB::FiPDF::TestFachinfoWrapper::StubFormat
- Defined in:
- ext/fipdf/test/fachinfo_wrapper_test.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
writeonly
Sets the attribute height.
-
#margin ⇒ Object
Returns the value of attribute margin.
Instance Method Summary collapse
Instance Attribute Details
#height=(value) ⇒ Object (writeonly)
Sets the attribute height
30 31 32 |
# File 'ext/fipdf/test/fachinfo_wrapper_test.rb', line 30 def height=(value) @height = value end |
#margin ⇒ Object
Returns the value of attribute margin.
31 32 33 |
# File 'ext/fipdf/test/fachinfo_wrapper_test.rb', line 31 def margin @margin end |
Instance Method Details
#get_height(*args) ⇒ Object
32 33 34 |
# File 'ext/fipdf/test/fachinfo_wrapper_test.rb', line 32 def get_height(*args) @height end |