Class: MatchMate::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/match-mate/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#address_thresholdObject

Returns the value of attribute address_threshold.



38
39
40
# File 'lib/match-mate/configuration.rb', line 38

def address_threshold
  @address_threshold
end

#address_weightsObject

Returns the value of attribute address_weights.



38
39
40
# File 'lib/match-mate/configuration.rb', line 38

def address_weights
  @address_weights
end

#languagesObject

Returns the value of attribute languages.



38
39
40
# File 'lib/match-mate/configuration.rb', line 38

def languages
  @languages
end

#postcode_limitObject

Returns the value of attribute postcode_limit.



38
39
40
# File 'lib/match-mate/configuration.rb', line 38

def postcode_limit
  @postcode_limit
end

#python_pathObject

Returns the value of attribute python_path.



38
39
40
# File 'lib/match-mate/configuration.rb', line 38

def python_path
  @python_path
end