class TauYandexSpeller::Spell

Attributes

correct_words[R]
word[R]

Public Class Methods

new(record) click to toggle source
# File lib/tau_yandex_speller/Model/spell.rb, line 37
def initialize record
  # log "record #{record}"
  @word = record["word"]
  @correct_words = record["s"]
end