Class: Riak::Crdt::Operation::Update Private
- 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
- #name ⇒ Object private
- #parent ⇒ Object private
- #type ⇒ Object private
- #value ⇒ Object private
Instance Attribute Details
#name ⇒ Object
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.
7 8 9 |
# File 'lib/riak/crdt/operation.rb', line 7 def name @name end |
#parent ⇒ Object
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.
6 7 8 |
# File 'lib/riak/crdt/operation.rb', line 6 def parent @parent end |
#type ⇒ Object
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.
8 9 10 |
# File 'lib/riak/crdt/operation.rb', line 8 def type @type end |
#value ⇒ Object
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.
9 10 11 |
# File 'lib/riak/crdt/operation.rb', line 9 def value @value end |