Class: ZXing::FFI::Aztec::AztecReader

Inherits:
Reader
  • Object
show all
Includes:
Aztec::AztecReader
Defined in:
lib/zxing/ffi/aztec/aztec_reader.rb

Instance Attribute Summary

Attributes included from Reader

#native

Instance Method Summary collapse

Methods included from Aztec::AztecReader

new

Methods inherited from Reader

#decode

Constructor Details

#initializeAztecReader

Returns a new instance of AztecReader.



6
7
8
# File 'lib/zxing/ffi/aztec/aztec_reader.rb', line 6

def initialize
  super ZXing::FFI::Library.AztecReader_new
end