Class: LooseTightDictionary::Result
- Inherits:
-
Object
- Object
- LooseTightDictionary::Result
- Defined in:
- lib/loose_tight_dictionary/result.rb
Overview
:nodoc: all
Instance Attribute Summary collapse
-
#blockings ⇒ Object
Returns the value of attribute blockings.
-
#candidates ⇒ Object
Returns the value of attribute candidates.
-
#certainly_different ⇒ Object
Returns the value of attribute certainly_different.
-
#disjoint ⇒ Object
Returns the value of attribute disjoint.
-
#identities ⇒ Object
Returns the value of attribute identities.
-
#joint ⇒ Object
Returns the value of attribute joint.
-
#needle ⇒ Object
Returns the value of attribute needle.
-
#possibly_identical ⇒ Object
Returns the value of attribute possibly_identical.
-
#record ⇒ Object
Returns the value of attribute record.
-
#score ⇒ Object
Returns the value of attribute score.
-
#similarities ⇒ Object
Returns the value of attribute similarities.
-
#stop_words ⇒ Object
Returns the value of attribute stop_words.
-
#tighteners ⇒ Object
Returns the value of attribute tighteners.
Instance Attribute Details
#blockings ⇒ Object
Returns the value of attribute blockings.
5 6 7 |
# File 'lib/loose_tight_dictionary/result.rb', line 5 def blockings @blockings end |
#candidates ⇒ Object
Returns the value of attribute candidates.
8 9 10 |
# File 'lib/loose_tight_dictionary/result.rb', line 8 def candidates @candidates end |
#certainly_different ⇒ Object
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 |
#disjoint ⇒ Object
Returns the value of attribute disjoint.
10 11 12 |
# File 'lib/loose_tight_dictionary/result.rb', line 10 def disjoint @disjoint end |
#identities ⇒ Object
Returns the value of attribute identities.
6 7 8 |
# File 'lib/loose_tight_dictionary/result.rb', line 6 def identities @identities end |
#joint ⇒ Object
Returns the value of attribute joint.
9 10 11 |
# File 'lib/loose_tight_dictionary/result.rb', line 9 def joint @joint end |
#needle ⇒ Object
Returns the value of attribute needle.
3 4 5 |
# File 'lib/loose_tight_dictionary/result.rb', line 3 def needle @needle end |
#possibly_identical ⇒ Object
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 |
#record ⇒ Object
Returns the value of attribute record.
14 15 16 |
# File 'lib/loose_tight_dictionary/result.rb', line 14 def record @record end |
#score ⇒ Object
Returns the value of attribute score.
15 16 17 |
# File 'lib/loose_tight_dictionary/result.rb', line 15 def score @score end |
#similarities ⇒ Object
Returns the value of attribute similarities.
13 14 15 |
# File 'lib/loose_tight_dictionary/result.rb', line 13 def similarities @similarities end |
#stop_words ⇒ Object
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 |
#tighteners ⇒ Object
Returns the value of attribute tighteners.
4 5 6 |
# File 'lib/loose_tight_dictionary/result.rb', line 4 def tighteners @tighteners end |