Class: Dyph::TwoWayDiffers::HeckelDiff::ChangeData
- Inherits:
-
Struct
- Object
- Struct
- Dyph::TwoWayDiffers::HeckelDiff::ChangeData
- Defined in:
- lib/dyph/two_way_differs/heckel_diff.rb
Instance Attribute Summary collapse
-
#change_ranges ⇒ Object
Returns the value of attribute change_ranges.
-
#left_change_pos ⇒ Object
Returns the value of attribute left_change_pos.
-
#right_change_pos ⇒ Object
Returns the value of attribute right_change_pos.
Instance Attribute Details
#change_ranges ⇒ Object
Returns the value of attribute change_ranges
36 37 38 |
# File 'lib/dyph/two_way_differs/heckel_diff.rb', line 36 def change_ranges @change_ranges end |
#left_change_pos ⇒ Object
Returns the value of attribute 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_pos ⇒ Object
Returns the value of attribute 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 |