Class: Riak::Crdt::Operation::Update Private

Inherits:
Object
  • Object
show all
Defined in:
lib/riak/crdt/operation.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



21
22
23
# File 'lib/riak/crdt/operation.rb', line 21

def name
  @name
end

#parentObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



20
21
22
# File 'lib/riak/crdt/operation.rb', line 20

def parent
  @parent
end

#typeObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



22
23
24
# File 'lib/riak/crdt/operation.rb', line 22

def type
  @type
end

#valueObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



23
24
25
# File 'lib/riak/crdt/operation.rb', line 23

def value
  @value
end