Sha256: 3c60132d9860f6e568a22f932ac2c76e7644169c0395beb8a7e0fd3238d47537

Contents?: true

Size: 455 Bytes

Versions: 32

Compression:

Stored size: 455 Bytes

Contents

module Libcouchbase::Ext
  # (Not documented)
  #
  # ## Fields:
  # :host ::
  #   (String)
  # :user ::
  #   (String)
  # :passwd ::
  #   (String)
  # :bucket ::
  #   (String)
  # :io ::
  #   (FFI::Pointer(*IoOptSt))
  # :type ::
  #   (TypeT)
  class CreateSt1 < FFI::Struct
    layout :host, :string,
           :user, :string,
           :passwd, :string,
           :bucket, :string,
           :io, :pointer,
           :type, TypeT
  end

end

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
libcouchbase-0.3.1 lib/libcouchbase/ext/libcouchbase/create_st1.rb
libcouchbase-0.2.0 lib/libcouchbase/ext/libcouchbase/create_st1.rb
libcouchbase-0.1.0 lib/libcouchbase/ext/libcouchbase/create_st1.rb
libcouchbase-0.0.9 lib/libcouchbase/ext/libcouchbase/create_st1.rb
libcouchbase-0.0.8 lib/libcouchbase/ext/libcouchbase/create_st1.rb
libcouchbase-0.0.7 lib/libcouchbase/ext/libcouchbase/create_st1.rb
libcouchbase-0.0.6 lib/libcouchbase/ext/libcouchbase/create_st1.rb
libcouchbase-0.0.5 lib/libcouchbase/ext/libcouchbase/create_st1.rb
libcouchbase-0.0.4 lib/libcouchbase/ext/libcouchbase/create_st1.rb
libcouchbase-0.0.3 lib/libcouchbase/ext/libcouchbase/create_st1.rb
libcouchbase-0.0.2 lib/libcouchbase/ext/libcouchbase/create_st1.rb
libcouchbase-0.0.1 lib/libcouchbase/ext/libcouchbase/create_st1.rb