Class: Couchbase::Management::UserManager::GetRolesOptions
- Inherits:
-
Object
- Object
- Couchbase::Management::UserManager::GetRolesOptions
- Defined in:
- 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| ... } ⇒ GetRolesOptions
constructor
A new instance of GetRolesOptions.
Constructor Details
#initialize {|_self| ... } ⇒ GetRolesOptions
Returns a new instance of GetRolesOptions.
170 171 172 |
# File 'lib/couchbase/management/user_manager.rb', line 170 def initialize yield self if block_given? end |
Instance Attribute Details
#timeout ⇒ Integer
Returns the time in milliseconds allowed for the operation to complete.
168 169 170 |
# File 'lib/couchbase/management/user_manager.rb', line 168 def timeout @timeout end |