Class: PatienceDiff::SequenceMatcher::Card
- Inherits:
-
Struct
- Object
- Struct
- PatienceDiff::SequenceMatcher::Card
- Defined in:
- lib/patience_diff/sequence_matcher.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#previous ⇒ Object
Returns the value of attribute previous.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index
6 7 8 |
# File 'lib/patience_diff/sequence_matcher.rb', line 6 def index @index end |
#previous ⇒ Object
Returns the value of attribute previous
6 7 8 |
# File 'lib/patience_diff/sequence_matcher.rb', line 6 def previous @previous end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/patience_diff/sequence_matcher.rb', line 6 def value @value end |