Module: Prawn::QRCode::Table
- Defined in:
- lib/prawn/qrcode/table.rb,
lib/prawn/qrcode/table/cell.rb
Defined Under Namespace
Classes: Cell
Instance Method Summary collapse
-
#make_qrcode_cell(**options) ⇒ Prawn::QRCode::Table::Cell
create a Prawn::Table::Cell instacne that renders QR codes as table cell The table cell will create a QRCode and Renderer on demand, all necessary options will be passed through.
Instance Method Details
#make_qrcode_cell(**options) ⇒ Prawn::QRCode::Table::Cell
create a Prawn::Table::Cell instacne that renders QR codes as table cell The table cell will create a QRCode and Renderer on demand, all necessary options will be passed through
21 22 23 |
# File 'lib/prawn/qrcode/table.rb', line 21 def make_qrcode_cell(**) Prawn::QRCode::Table::Cell.new(self, [0, cursor], ) end |