Module: ZXing::BinaryBitmap
- Included in:
- FFI::BinaryBitmap
- Defined in:
- lib/zxing/binary_bitmap.rb
Instance Attribute Summary collapse
-
#native ⇒ Object
readonly
Returns the value of attribute native.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#native ⇒ Object (readonly)
Returns the value of attribute native.
10 11 12 |
# File 'lib/zxing/binary_bitmap.rb', line 10 def native @native end |
Class Method Details
.new(*args) ⇒ Object
4 5 6 7 8 |
# File 'lib/zxing/binary_bitmap.rb', line 4 def self.new *args if self == ZXing::BinaryBitmap ZXing::FFI::BinaryBitmap.new(*args) end end |
Instance Method Details
#initialize(native) ⇒ Object
12 13 14 |
# File 'lib/zxing/binary_bitmap.rb', line 12 def initialize native @native = native end |