Module: ZXing::Reader

Included in:
Aztec::AztecReader, DataMatrix::DataMatrixReader, FFI::Reader, OneD::Code39Reader
Defined in:
lib/zxing/reader.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nativeObject (readonly)

Returns the value of attribute native.



4
5
6
# File 'lib/zxing/reader.rb', line 4

def native
  @native
end

Instance Method Details

#initialize(native) ⇒ Object



5
6
7
# File 'lib/zxing/reader.rb', line 5

def initialize native
  @native = native
end