Class: Signalize::Node

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#_next_sourceObject

Returns the value of attribute _next_source

Returns:

  • (Object)

    the current value of _next_source



60
61
62
# File 'lib/signalize.rb', line 60

def _next_source
  @_next_source
end

#_next_targetObject

Returns the value of attribute _next_target

Returns:

  • (Object)

    the current value of _next_target



60
61
62
# File 'lib/signalize.rb', line 60

def _next_target
  @_next_target
end

#_prev_sourceObject

Returns the value of attribute _prev_source

Returns:

  • (Object)

    the current value of _prev_source



60
61
62
# File 'lib/signalize.rb', line 60

def _prev_source
  @_prev_source
end

#_prev_targetObject

Returns the value of attribute _prev_target

Returns:

  • (Object)

    the current value of _prev_target



60
61
62
# File 'lib/signalize.rb', line 60

def _prev_target
  @_prev_target
end

#_rollback_nodeObject

Returns the value of attribute _rollback_node

Returns:

  • (Object)

    the current value of _rollback_node



60
61
62
# File 'lib/signalize.rb', line 60

def _rollback_node
  @_rollback_node
end

#_sourceObject

Returns the value of attribute _source

Returns:

  • (Object)

    the current value of _source



60
61
62
# File 'lib/signalize.rb', line 60

def _source
  @_source
end

#_targetObject

Returns the value of attribute _target

Returns:

  • (Object)

    the current value of _target



60
61
62
# File 'lib/signalize.rb', line 60

def _target
  @_target
end

#_versionObject

Returns the value of attribute _version

Returns:

  • (Object)

    the current value of _version



60
61
62
# File 'lib/signalize.rb', line 60

def _version
  @_version
end