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