Class: ZooKeeper::WrappedOp

Inherits:
AsyncOp
  • Object
show all
Defined in:
lib/zkruby/util.rb

Overview

Client

Instance Attribute Summary

Attributes inherited from AsyncOp

#backtrace

Instance Method Summary collapse

Methods inherited from AsyncOp

#errback, #errback=, #value

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