Class: ZookeeperCallbacks::VoidCallback

Inherits:
Callback
  • Object
show all
Defined in:
lib/zookeeper/callbacks.rb

Instance Attribute Summary collapse

Attributes inherited from Callback

#completed, #context, #proc

Instance Method Summary collapse

Methods inherited from Callback

#call, #completed?, #initialize

Constructor Details

This class inherits a constructor from ZookeeperCallbacks::Callback

Instance Attribute Details

#return_codeObject (readonly)

adelete, aset_acl, add_auth



77
78
79
# File 'lib/zookeeper/callbacks.rb', line 77

def return_code
  @return_code
end

Instance Method Details

#initialize_context(hash) ⇒ Object



79
80
81
# File 'lib/zookeeper/callbacks.rb', line 79

def initialize_context(hash)
  @return_code, @context = hash[:rc], hash[:context]
end