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