Class: ODDB::FiParse::FachinfoTableHandler

Inherits:
Rwv2::TableHandler
  • Object
show all
Defined in:
ext/fiparse/src/fachinfo_doc.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#rowsObject (readonly)

Returns the value of attribute rows.



179
180
181
# File 'ext/fiparse/src/fachinfo_doc.rb', line 179

def rows
  @rows
end

#writerObject

Returns the value of attribute writer.



180
181
182
# File 'ext/fiparse/src/fachinfo_doc.rb', line 180

def writer
  @writer
end

Instance Method Details

#cell_endObject



184
185
186
# File 'ext/fiparse/src/fachinfo_doc.rb', line 184

def cell_end
  @writer.cell_end if @writer
end

#cell_startObject



181
182
183
# File 'ext/fiparse/src/fachinfo_doc.rb', line 181

def cell_start
  @writer.cell_start if @writer
end

#row_endObject



190
191
192
# File 'ext/fiparse/src/fachinfo_doc.rb', line 190

def row_end
  @writer.row_end if @writer
end

#row_start(props) ⇒ Object



187
188
189
# File 'ext/fiparse/src/fachinfo_doc.rb', line 187

def row_start(props)
  @writer.row_start(props) if @writer
end