Class: Pione::TupleSpace::DataTuple
- Inherits:
-
Object
- Object
- Pione::TupleSpace::DataTuple
- Defined in:
- lib/pione/tuple-space/basic-tuple.rb
Instance Attribute Summary collapse
-
#accept_nonexistence ⇒ Object
Returns the value of attribute accept_nonexistence.
-
#update_criteria ⇒ Object
Returns the value of attribute update_criteria.
Instance Attribute Details
#accept_nonexistence ⇒ Object
Returns the value of attribute accept_nonexistence.
327 328 329 |
# File 'lib/pione/tuple-space/basic-tuple.rb', line 327 def accept_nonexistence @accept_nonexistence end |
#update_criteria ⇒ Object
Returns the value of attribute update_criteria.
326 327 328 |
# File 'lib/pione/tuple-space/basic-tuple.rb', line 326 def update_criteria @update_criteria end |