class RQRCode::Export::SVG::BaseOutputSVG

Attributes

result[R]

Public Class Methods

new(qrcode) click to toggle source
# File lib/rqrcode/export/svg.rb, line 11
def initialize(qrcode)
  @qrcode = qrcode
  @result = []
end