Class: Signalize::Node
- Inherits:
-
Struct
- Object
- Struct
- Signalize::Node
- Defined in:
- lib/signalize.rb
Overview
NOTE: we have removed the global version optimization for Ruby, due to the possibility of long-running server processes and the number reaching a dangerously high integer value.
global_map_accessor :global_version self.global_version = 0
Instance Attribute Summary collapse
-
#_next_source ⇒ Object
Returns the value of attribute _next_source.
-
#_next_target ⇒ Object
Returns the value of attribute _next_target.
-
#_prev_source ⇒ Object
Returns the value of attribute _prev_source.
-
#_prev_target ⇒ Object
Returns the value of attribute _prev_target.
-
#_rollback_node ⇒ Object
Returns the value of attribute _rollback_node.
-
#_source ⇒ Object
Returns the value of attribute _source.
-
#_target ⇒ Object
Returns the value of attribute _target.
-
#_version ⇒ Object
Returns the value of attribute _version.
Instance Attribute Details
#_next_source ⇒ Object
Returns the value of attribute _next_source
60 61 62 |
# File 'lib/signalize.rb', line 60 def _next_source @_next_source end |
#_next_target ⇒ Object
Returns the value of attribute _next_target
60 61 62 |
# File 'lib/signalize.rb', line 60 def _next_target @_next_target end |
#_prev_source ⇒ Object
Returns the value of attribute _prev_source
60 61 62 |
# File 'lib/signalize.rb', line 60 def _prev_source @_prev_source end |
#_prev_target ⇒ Object
Returns the value of attribute _prev_target
60 61 62 |
# File 'lib/signalize.rb', line 60 def _prev_target @_prev_target end |
#_rollback_node ⇒ Object
Returns the value of attribute _rollback_node
60 61 62 |
# File 'lib/signalize.rb', line 60 def _rollback_node @_rollback_node end |
#_source ⇒ Object
Returns the value of attribute _source
60 61 62 |
# File 'lib/signalize.rb', line 60 def _source @_source end |
#_target ⇒ Object
Returns the value of attribute _target
60 61 62 |
# File 'lib/signalize.rb', line 60 def _target @_target end |
#_version ⇒ Object
Returns the value of attribute _version
60 61 62 |
# File 'lib/signalize.rb', line 60 def _version @_version end |