Class: RQRCode::Export::SVG::BaseOutputSVG
- Inherits:
-
Object
- Object
- RQRCode::Export::SVG::BaseOutputSVG
- Defined in:
- lib/rqrcode/export/svg.rb
Instance Attribute Summary collapse
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Instance Method Summary collapse
-
#initialize(qrcode) ⇒ BaseOutputSVG
constructor
A new instance of BaseOutputSVG.
Constructor Details
#initialize(qrcode) ⇒ BaseOutputSVG
Returns a new instance of BaseOutputSVG.
11 12 13 14 |
# File 'lib/rqrcode/export/svg.rb', line 11 def initialize(qrcode) @qrcode = qrcode @result = [] end |
Instance Attribute Details
#result ⇒ Object (readonly)
Returns the value of attribute result.
9 10 11 |
# File 'lib/rqrcode/export/svg.rb', line 9 def result @result end |