class RQRCode::QRCode
Attributes
qrcode[R]
Public Class Methods
new(string, *args)
click to toggle source
# File lib/rqrcode/qrcode/qrcode.rb, line 13 def initialize(string, *args) @qrcode = RQRCodeCore::QRCode.new(string, *args) end