Class: Megatest::PatienceDiff::SequenceMatcher::Card
- Inherits:
-
Struct
- Object
- Struct
- Megatest::PatienceDiff::SequenceMatcher::Card
- Defined in:
- lib/megatest/patience_diff.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
14 15 16 |
# File 'lib/megatest/patience_diff.rb', line 14 def index @index end |
#previous ⇒ Object
Returns the value of attribute previous
14 15 16 |
# File 'lib/megatest/patience_diff.rb', line 14 def previous @previous end |
#value ⇒ Object
Returns the value of attribute value
14 15 16 |
# File 'lib/megatest/patience_diff.rb', line 14 def value @value end |