Class: ODDB::FiParse::FachinfoTableHandler
- Defined in:
- ext/fiparse/src/fachinfo_doc.rb
Instance Attribute Summary collapse
-
#rows ⇒ Object
readonly
Returns the value of attribute rows.
-
#writer ⇒ Object
Returns the value of attribute writer.
Instance Method Summary collapse
Instance Attribute Details
#rows ⇒ Object (readonly)
Returns the value of attribute rows.
179 180 181 |
# File 'ext/fiparse/src/fachinfo_doc.rb', line 179 def rows @rows end |
#writer ⇒ Object
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_end ⇒ Object
184 185 186 |
# File 'ext/fiparse/src/fachinfo_doc.rb', line 184 def cell_end @writer.cell_end if @writer end |
#cell_start ⇒ Object
181 182 183 |
# File 'ext/fiparse/src/fachinfo_doc.rb', line 181 def cell_start @writer.cell_start if @writer end |
#row_end ⇒ Object
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 |