Class: LooseTightDictionary::Result

Inherits:
Object
  • Object
show all
Defined in:
lib/loose_tight_dictionary/result.rb

Overview

:nodoc: all

Instance Attribute Summary collapse

Instance Attribute Details

#blockingsObject

Returns the value of attribute blockings.



5
6
7
# File 'lib/loose_tight_dictionary/result.rb', line 5

def blockings
  @blockings
end

#candidatesObject

Returns the value of attribute candidates.



8
9
10
# File 'lib/loose_tight_dictionary/result.rb', line 8

def candidates
  @candidates
end

#certainly_differentObject

Returns the value of attribute certainly_different.



12
13
14
# File 'lib/loose_tight_dictionary/result.rb', line 12

def certainly_different
  @certainly_different
end

#disjointObject

Returns the value of attribute disjoint.



10
11
12
# File 'lib/loose_tight_dictionary/result.rb', line 10

def disjoint
  @disjoint
end

#identitiesObject

Returns the value of attribute identities.



6
7
8
# File 'lib/loose_tight_dictionary/result.rb', line 6

def identities
  @identities
end

#jointObject

Returns the value of attribute joint.



9
10
11
# File 'lib/loose_tight_dictionary/result.rb', line 9

def joint
  @joint
end

#needleObject

Returns the value of attribute needle.



3
4
5
# File 'lib/loose_tight_dictionary/result.rb', line 3

def needle
  @needle
end

#possibly_identicalObject

Returns the value of attribute possibly_identical.



11
12
13
# File 'lib/loose_tight_dictionary/result.rb', line 11

def possibly_identical
  @possibly_identical
end

#recordObject

Returns the value of attribute record.



14
15
16
# File 'lib/loose_tight_dictionary/result.rb', line 14

def record
  @record
end

#scoreObject

Returns the value of attribute score.



15
16
17
# File 'lib/loose_tight_dictionary/result.rb', line 15

def score
  @score
end

#similaritiesObject

Returns the value of attribute similarities.



13
14
15
# File 'lib/loose_tight_dictionary/result.rb', line 13

def similarities
  @similarities
end

#stop_wordsObject

Returns the value of attribute stop_words.



7
8
9
# File 'lib/loose_tight_dictionary/result.rb', line 7

def stop_words
  @stop_words
end

#tightenersObject

Returns the value of attribute tighteners.



4
5
6
# File 'lib/loose_tight_dictionary/result.rb', line 4

def tighteners
  @tighteners
end