Class: Couchbase::Management::UserManager::GetAllUsersOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/couchbase/management/user_manager.rb,
/Users/sergey.auseyau/code/couchbase-ruby-client/lib/couchbase/management/user_manager.rb
more...

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize {|_self| ... } ⇒ GetAllUsersOptions

Returns a new instance of GetAllUsersOptions.

Yields:

  • (_self)

Yield Parameters:

[View source]

180
181
182
183
# File 'lib/couchbase/management/user_manager.rb', line 180

def initialize
  @domain = :local
  yield self if block_given?
end

Instance Attribute Details

#domain:local, :external

Returns Name of the user’s domain. Defaults to :local.

Returns:

  • (:local, :external)

    Name of the user’s domain. Defaults to :local


175
176
177
# File 'lib/couchbase/management/user_manager.rb', line 175

def domain
  @domain
end

#timeoutInteger

Returns the time in milliseconds allowed for the operation to complete.

Returns:

  • (Integer)

    the time in milliseconds allowed for the operation to complete


178
179
180
# File 'lib/couchbase/management/user_manager.rb', line 178

def timeout
  @timeout
end