Class: Dyph::TwoWayDiffers::HeckelDiff::ChangeData

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

Instance Attribute Summary collapse

Instance Attribute Details

#change_rangesObject

Returns the value of attribute change_ranges

Returns:

  • (Object)

    the current value of change_ranges



36
37
38
# File 'lib/dyph/two_way_differs/heckel_diff.rb', line 36

def change_ranges
  @change_ranges
end

#left_change_posObject

Returns the value of attribute left_change_pos

Returns:

  • (Object)

    the current value of left_change_pos



36
37
38
# File 'lib/dyph/two_way_differs/heckel_diff.rb', line 36

def left_change_pos
  @left_change_pos
end

#right_change_posObject

Returns the value of attribute right_change_pos

Returns:

  • (Object)

    the current value of right_change_pos



36
37
38
# File 'lib/dyph/two_way_differs/heckel_diff.rb', line 36

def right_change_pos
  @right_change_pos
end