Class: PatienceDiff::SequenceMatcher::Card

Inherits:
Struct
  • Object
show all
Defined in:
lib/patience_diff/sequence_matcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



6
7
8
# File 'lib/patience_diff/sequence_matcher.rb', line 6

def index
  @index
end

#previousObject

Returns the value of attribute previous

Returns:

  • (Object)

    the current value of previous



6
7
8
# File 'lib/patience_diff/sequence_matcher.rb', line 6

def previous
  @previous
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



6
7
8
# File 'lib/patience_diff/sequence_matcher.rb', line 6

def value
  @value
end