Class: ODDB::FiPDF::TestSectionWrapper::StubFormat

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



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