Class: Couchbase::Management::ViewIndexManager::GetAllDesignDocumentsOptions
- Inherits:
-
Object
- Object
- Couchbase::Management::ViewIndexManager::GetAllDesignDocumentsOptions
- Defined in:
- lib/couchbase/management/view_index_manager.rb,
/Users/sergey.auseyau/code/couchbase-ruby-client/lib/couchbase/management/view_index_manager.rb more...
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.
139 140 141 |
# File 'lib/couchbase/management/view_index_manager.rb', line 139 def initialize yield self if block_given? end |
Instance Attribute Details
#timeout ⇒ Integer
Returns the time in milliseconds allowed for the operation to complete.
136 137 138 |
# File 'lib/couchbase/management/view_index_manager.rb', line 136 def timeout @timeout end |