Class: Couchbase::Management::CollectionManager::GetScopeOptions Deprecated
- Inherits:
-
Object
- Object
- Couchbase::Management::CollectionManager::GetScopeOptions
- Defined in:
- lib/couchbase/management/collection_manager.rb
Overview
Deprecated.
use #get_all_scopes instead
Instance Attribute Summary collapse
-
#timeout ⇒ Integer
The time in milliseconds allowed for the operation to complete.
Instance Method Summary collapse
-
#initialize {|self| ... } ⇒ GetScopeOptions
constructor
A new instance of GetScopeOptions.
Constructor Details
#initialize {|self| ... } ⇒ GetScopeOptions
Returns a new instance of GetScopeOptions.
360 361 362 |
# File 'lib/couchbase/management/collection_manager.rb', line 360 def initialize yield self if block_given? end |
Instance Attribute Details
#timeout ⇒ Integer
Returns the time in milliseconds allowed for the operation to complete.
357 358 359 |
# File 'lib/couchbase/management/collection_manager.rb', line 357 def timeout @timeout end |