Class: Megatest::PatienceDiff::SequenceMatcher::Card

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

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



14
15
16
# File 'lib/megatest/patience_diff.rb', line 14

def index
  @index
end

#previousObject

Returns the value of attribute previous

Returns:

  • (Object)

    the current value of previous



14
15
16
# File 'lib/megatest/patience_diff.rb', line 14

def previous
  @previous
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



14
15
16
# File 'lib/megatest/patience_diff.rb', line 14

def value
  @value
end