Class: Couchbase::Management::ViewIndexManager::GetAllDesignDocumentsOptions
- Inherits:
-
Object
- Object
- Couchbase::Management::ViewIndexManager::GetAllDesignDocumentsOptions
- Defined in:
- lib/couchbase/management/view_index_manager.rb,
/code/couchbase-ruby-client/lib/couchbase/management/view_index_manager.rb
Instance Attribute Summary collapse
-
#timeout ⇒ Integer
The time in milliseconds allowed for the operation to complete.
Instance Method Summary collapse
-
#initialize {|self| ... } ⇒ GetAllDesignDocumentsOptions
constructor
A new instance of GetAllDesignDocumentsOptions.
Constructor Details
#initialize {|self| ... } ⇒ GetAllDesignDocumentsOptions
Returns a new instance of GetAllDesignDocumentsOptions.
141 142 143 |
# File 'lib/couchbase/management/view_index_manager.rb', line 141 def initialize yield self if block_given? end |
Instance Attribute Details
#timeout ⇒ Integer
Returns the time in milliseconds allowed for the operation to complete.
138 139 140 |
# File 'lib/couchbase/management/view_index_manager.rb', line 138 def timeout @timeout end |