Module: ZXing::Result
- Included in:
- FFI::Result
- Defined in:
- lib/zxing/result.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.
12 13 14 |
# File 'lib/zxing/result.rb', line 12 def native @native end |
Class Method Details
Instance Method Details
#initialize(native) ⇒ Object
14 15 16 |
# File 'lib/zxing/result.rb', line 14 def initialize native @native = native end |