Class: Couchbase::Management::CollectionManager::GetScopeOptions
- Inherits:
-
Object
- Object
- Couchbase::Management::CollectionManager::GetScopeOptions
- Defined in:
- lib/couchbase/management/collection_manager.rb
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.
117 118 119 |
# File 'lib/couchbase/management/collection_manager.rb', line 117 def initialize yield self if block_given? end |
Instance Attribute Details
#timeout ⇒ Integer
Returns the time in milliseconds allowed for the operation to complete.
114 115 116 |
# File 'lib/couchbase/management/collection_manager.rb', line 114 def timeout @timeout end |