Class: Dyph::TwoWayDiffers::HeckelDiffWrapper::IndexTracker
- Inherits:
-
Struct
- Object
- Struct
- Dyph::TwoWayDiffers::HeckelDiffWrapper::IndexTracker
- Defined in:
- lib/dyph/two_way_differs/heckel_diff.rb
Instance Attribute Summary collapse
-
#new_index ⇒ Object
Returns the value of attribute new_index.
-
#old_index ⇒ Object
Returns the value of attribute old_index.
Instance Attribute Details
#new_index ⇒ Object
Returns the value of attribute new_index
133 134 135 |
# File 'lib/dyph/two_way_differs/heckel_diff.rb', line 133 def new_index @new_index end |
#old_index ⇒ Object
Returns the value of attribute old_index
133 134 135 |
# File 'lib/dyph/two_way_differs/heckel_diff.rb', line 133 def old_index @old_index end |