Class: OGR::OptionsStruct
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- OGR::OptionsStruct
- Defined in:
- lib/ffi-ogr/options_struct.rb
Instance Method Summary collapse
Instance Method Details
#to_a ⇒ Object
6 7 8 |
# File 'lib/ffi-ogr/options_struct.rb', line 6 def to_a self[:options].get_array_of_string 0, self[:length] end |