Method: PDF::SimpleTable#data
- Defined in:
- lib/extensions/pdf-writer/pdf/simpletable.rb
#data ⇒ Object
An array of Hash entries. Each row is a Hash where the keys are the names of the columns as specified in #column_order and the values are the values of the cell.
115 116 117 |
# File 'lib/extensions/pdf-writer/pdf/simpletable.rb', line 115 def data @data end |