Class: ZooKeeper::ZKBuffer
- Inherits:
-
BinData::Primitive
- Object
- BinData::Primitive
- ZooKeeper::ZKBuffer
- Defined in:
- lib/zkruby/bindata.rb
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
9 |
# File 'lib/zkruby/bindata.rb', line 9 def get; self.data; end |
#set(v) ⇒ Object
10 |
# File 'lib/zkruby/bindata.rb', line 10 def set(v) self.data = v; end |