Sha256: 98cc2edaba2272ffb83b8f3e9aa86cff381ee27fe404385047df7c76edcdd43a
Contents?: true
Size: 609 Bytes
Versions: 4
Compression:
Stored size: 609 Bytes
Contents
module MTLibcouchbase::Ext # (Not documented) # # ## Fields: # :connstr :: # (String) < Connection string # :username :: # (String) < Username for bucket. Unused as of Server 2.5 # :passwd :: # (String) < Password for bucket # :pad_bucket :: # (FFI::Pointer(*Void)) < @private # :io :: # (FFI::Pointer(*IoOptSt)) < IO Options # :type :: # (TypeT) class CreateSt3 < FFI::Struct layout :connstr, :pointer, :username, :pointer, :passwd, :pointer, :pad_bucket, :pointer, :io, :pointer, :type, TypeT end end
Version data entries
4 entries across 4 versions & 1 rubygems