Class: RGhost::Document
- Inherits:
-
Object
- Object
- RGhost::Document
- Defined in:
- lib/rghost_barcode/rghost_barcode_adapter.rb
Instance Method Summary collapse
-
#barcode_auspost(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Auspost.
-
#barcode_azteccode(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Azteccode.
-
#barcode_code11(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Code11.
-
#barcode_code128(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Code128.
-
#barcode_code2of5(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Code2of5.
-
#barcode_code39(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Code39.
-
#barcode_code93(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Code93.
-
#barcode_datamatrix(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Datamatrix.
-
#barcode_ean13(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Ean13.
-
#barcode_ean2(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Ean2.
-
#barcode_ean5(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Ean5.
-
#barcode_ean8(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Ean8.
-
#barcode_interleaved2of5(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Interleaved2of5.
-
#barcode_isbn(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Isbn.
-
#barcode_kix(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Kix.
-
#barcode_maxicode(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Maxicode.
-
#barcode_msi(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Msi.
-
#barcode_onecode(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Onecode.
-
#barcode_pdf417(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Pdf417.
-
#barcode_pharmacode(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Pharmacode.
-
#barcode_plessey(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Plessey.
-
#barcode_postnet(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Postnet.
-
#barcode_qrcode(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Qrcode.
-
#barcode_rationalizedcodabar(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Rationalizedcodabar.
-
#barcode_raw(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Raw.
-
#barcode_royalmail(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Royalmail.
-
#barcode_rss14(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Rss14.
-
#barcode_rssexpanded(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Rssexpanded.
-
#barcode_rsslimited(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Rsslimited.
-
#barcode_symbol(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Symbol.
-
#barcode_upca(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Upca.
-
#barcode_upce(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Upce.
Instance Method Details
#barcode_auspost(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Auspost
39 40 41 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 39 def (,={}) set RGhost::Barcode::Auspost.new(,) end |
#barcode_azteccode(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Azteccode
54 55 56 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 54 def (,={}) set RGhost::Barcode::Azteccode.new(,) end |
#barcode_code11(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Code11
14 15 16 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 14 def (,={}) set RGhost::Barcode::Code11.new(,) end |
#barcode_code128(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Code128
89 90 91 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 89 def (,={}) set RGhost::Barcode::Code128.new(,) end |
#barcode_code2of5(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Code2of5
19 20 21 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 19 def (,={}) set RGhost::Barcode::Code2of5.new(,) end |
#barcode_code39(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Code39
44 45 46 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 44 def (,={}) set RGhost::Barcode::Code39.new(,) end |
#barcode_code93(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Code93
114 115 116 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 114 def (,={}) set RGhost::Barcode::Code93.new(,) end |
#barcode_datamatrix(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Datamatrix
84 85 86 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 84 def (,={}) set RGhost::Barcode::Datamatrix.new(,) end |
#barcode_ean13(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Ean13
129 130 131 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 129 def (,={}) set RGhost::Barcode::Ean13.new(,) end |
#barcode_ean2(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Ean2
139 140 141 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 139 def (,={}) set RGhost::Barcode::Ean2.new(,) end |
#barcode_ean5(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Ean5
59 60 61 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 59 def (,={}) set RGhost::Barcode::Ean5.new(,) end |
#barcode_ean8(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Ean8
24 25 26 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 24 def (,={}) set RGhost::Barcode::Ean8.new(,) end |
#barcode_interleaved2of5(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Interleaved2of5
144 145 146 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 144 def (,={}) set RGhost::Barcode::Interleaved2of5.new(,) end |
#barcode_isbn(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Isbn
9 10 11 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 9 def (,={}) set RGhost::Barcode::Isbn.new(,) end |
#barcode_kix(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Kix
159 160 161 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 159 def (,={}) set RGhost::Barcode::Kix.new(,) end |
#barcode_maxicode(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Maxicode
104 105 106 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 104 def (,={}) set RGhost::Barcode::Maxicode.new(,) end |
#barcode_msi(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Msi
119 120 121 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 119 def (,={}) set RGhost::Barcode::Msi.new(,) end |
#barcode_onecode(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Onecode
134 135 136 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 134 def (,={}) set RGhost::Barcode::Onecode.new(,) end |
#barcode_pdf417(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Pdf417
154 155 156 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 154 def (,={}) set RGhost::Barcode::Pdf417.new(,) end |
#barcode_pharmacode(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Pharmacode
164 165 166 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 164 def (,={}) set RGhost::Barcode::Pharmacode.new(,) end |
#barcode_plessey(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Plessey
64 65 66 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 64 def (,={}) set RGhost::Barcode::Plessey.new(,) end |
#barcode_postnet(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Postnet
29 30 31 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 29 def (,={}) set RGhost::Barcode::Postnet.new(,) end |
#barcode_qrcode(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Qrcode
99 100 101 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 99 def (,={}) set RGhost::Barcode::Qrcode.new(,) end |
#barcode_rationalizedcodabar(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Rationalizedcodabar
109 110 111 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 109 def (,={}) set RGhost::Barcode::Rationalizedcodabar.new(,) end |
#barcode_raw(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Raw
69 70 71 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 69 def (,={}) set RGhost::Barcode::Raw.new(,) end |
#barcode_royalmail(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Royalmail
79 80 81 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 79 def (,={}) set RGhost::Barcode::Royalmail.new(,) end |
#barcode_rss14(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Rss14
74 75 76 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 74 def (,={}) set RGhost::Barcode::Rss14.new(,) end |
#barcode_rssexpanded(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Rssexpanded
34 35 36 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 34 def (,={}) set RGhost::Barcode::Rssexpanded.new(,) end |
#barcode_rsslimited(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Rsslimited
124 125 126 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 124 def (,={}) set RGhost::Barcode::Rsslimited.new(,) end |
#barcode_symbol(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Symbol
149 150 151 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 149 def (,={}) set RGhost::Barcode::Symbol.new(,) end |
#barcode_upca(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Upca
94 95 96 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 94 def (,={}) set RGhost::Barcode::Upca.new(,) end |
#barcode_upce(barcode_string, options = {}) ⇒ Object
Facade for RGhost::Barcode::Upce
49 50 51 |
# File 'lib/rghost_barcode/rghost_barcode_adapter.rb', line 49 def (,={}) set RGhost::Barcode::Upce.new(,) end |