Method: Couchbase::Management::UserManager::DropGroupOptions#timeout

Defined in:
lib/couchbase/management/user_manager.rb

#timeoutInteger

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

Returns:

  • (Integer)

    the time in milliseconds allowed for the operation to complete



279
280
281
# File 'lib/couchbase/management/user_manager.rb', line 279

def timeout
  @timeout
end