Class: ZooKeeper::WrappedOp
Overview
Client
Instance Attribute Summary
Attributes inherited from AsyncOp
Instance Method Summary collapse
-
#initialize(delegate_op) ⇒ WrappedOp
constructor
A new instance of WrappedOp.
Methods inherited from AsyncOp
Constructor Details
#initialize(delegate_op) ⇒ WrappedOp
Returns a new instance of WrappedOp.
122 123 124 125 |
# File 'lib/zkruby/util.rb', line 122 def initialize(delegate_op) @delegate_op = delegate_op @errback = nil end |