Sha256: 27b37d28d26c7938b03659b276905d24ddad33dcde2798f09e563fd14764bbb5

Contents?: true

Size: 607 Bytes

Versions: 32

Compression:

Stored size: 607 Bytes

Contents

module Libcouchbase::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

32 entries across 32 versions & 2 rubygems

Version Path
libcouchbase-mapo-1.4.1 lib/libcouchbase/ext/libcouchbase/create_st3.rb
libcouchbase-1.3.2 lib/libcouchbase/ext/libcouchbase/create_st3.rb
libcouchbase-1.3.0 lib/libcouchbase/ext/libcouchbase/create_st3.rb
libcouchbase-1.2.8 lib/libcouchbase/ext/libcouchbase/create_st3.rb
libcouchbase-1.2.7 lib/libcouchbase/ext/libcouchbase/create_st3.rb
libcouchbase-1.2.6 lib/libcouchbase/ext/libcouchbase/create_st3.rb
libcouchbase-1.2.5 lib/libcouchbase/ext/libcouchbase/create_st3.rb
libcouchbase-1.2.4 lib/libcouchbase/ext/libcouchbase/create_st3.rb
libcouchbase-1.2.3 lib/libcouchbase/ext/libcouchbase/create_st3.rb
libcouchbase-1.2.2 lib/libcouchbase/ext/libcouchbase/create_st3.rb
libcouchbase-1.2.1 lib/libcouchbase/ext/libcouchbase/create_st3.rb
libcouchbase-1.2.0 lib/libcouchbase/ext/libcouchbase/create_st3.rb
libcouchbase-1.1.1 lib/libcouchbase/ext/libcouchbase/create_st3.rb
libcouchbase-1.1.0 lib/libcouchbase/ext/libcouchbase/create_st3.rb
libcouchbase-1.0.4 lib/libcouchbase/ext/libcouchbase/create_st3.rb
libcouchbase-1.0.3 lib/libcouchbase/ext/libcouchbase/create_st3.rb
libcouchbase-1.0.2 lib/libcouchbase/ext/libcouchbase/create_st3.rb
libcouchbase-1.0.1 lib/libcouchbase/ext/libcouchbase/create_st3.rb
libcouchbase-1.0.0 lib/libcouchbase/ext/libcouchbase/create_st3.rb
libcouchbase-0.3.3 lib/libcouchbase/ext/libcouchbase/create_st3.rb