Class: ODDB::FiPDF::TestFachinfoWrapper::StubFormat

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



30
31
32
# File 'ext/fipdf/test/test_fachinfo_wrapper.rb', line 30

def height=(value)
  @height = value
end

#marginObject

Returns the value of attribute margin.



31
32
33
# File 'ext/fipdf/test/test_fachinfo_wrapper.rb', line 31

def margin
  @margin
end

Instance Method Details

#get_height(*args) ⇒ Object



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

def get_height(*args)
  @height
end