Class: Couchbase::Management::UserManager::ChangePasswordOptions
- Inherits:
-
Object
- Object
- Couchbase::Management::UserManager::ChangePasswordOptions
- Defined in:
- lib/couchbase/management/user_manager.rb,
/code/couchbase-ruby-client/lib/couchbase/management/user_manager.rb
Instance Attribute Summary collapse
-
#timeout ⇒ Integer
The time in milliseconds allowed for the operation to complete.
Instance Method Summary collapse
-
#initialize {|self| ... } ⇒ ChangePasswordOptions
constructor
A new instance of ChangePasswordOptions.
Constructor Details
#initialize {|self| ... } ⇒ ChangePasswordOptions
Returns a new instance of ChangePasswordOptions.
232 233 234 |
# File 'lib/couchbase/management/user_manager.rb', line 232 def initialize yield self if block_given? end |
Instance Attribute Details
#timeout ⇒ Integer
Returns the time in milliseconds allowed for the operation to complete.
229 230 231 |
# File 'lib/couchbase/management/user_manager.rb', line 229 def timeout @timeout end |