Class: Dyph::TwoWayDiffers::HeckelDiffWrapper::IndexTracker

Inherits:
Struct
  • Object
show all
Defined in:
lib/dyph/two_way_differs/heckel_diff.rb

Instance Attribute Summary collapse

Instance Attribute Details

#new_indexObject

Returns the value of attribute new_index

Returns:

  • (Object)

    the current value of new_index



133
134
135
# File 'lib/dyph/two_way_differs/heckel_diff.rb', line 133

def new_index
  @new_index
end

#old_indexObject

Returns the value of attribute old_index

Returns:

  • (Object)

    the current value of old_index



133
134
135
# File 'lib/dyph/two_way_differs/heckel_diff.rb', line 133

def old_index
  @old_index
end