Class: Rifle::Settings

Inherits:
Object
  • Object
show all
Defined in:
lib/rifle/settings.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fuzzy_matchingObject

Returns the value of attribute fuzzy_matching.



4
5
6
# File 'lib/rifle/settings.rb', line 4

def fuzzy_matching
  @fuzzy_matching
end

#ignored_keysObject

Returns the value of attribute ignored_keys.



4
5
6
# File 'lib/rifle/settings.rb', line 4

def ignored_keys
  @ignored_keys
end

#ignored_wordsObject

Returns the value of attribute ignored_words.



4
5
6
# File 'lib/rifle/settings.rb', line 4

def ignored_words
  @ignored_words
end

#min_word_lengthObject

Returns the value of attribute min_word_length.



4
5
6
# File 'lib/rifle/settings.rb', line 4

def min_word_length
  @min_word_length
end

#redisObject

Returns the value of attribute redis.



4
5
6
# File 'lib/rifle/settings.rb', line 4

def redis
  @redis
end

#resque_queueObject

Returns the value of attribute resque_queue.



4
5
6
# File 'lib/rifle/settings.rb', line 4

def resque_queue
  @resque_queue
end

#use_rest_serverObject

Returns the value of attribute use_rest_server.



4
5
6
# File 'lib/rifle/settings.rb', line 4

def use_rest_server
  @use_rest_server
end