Class: MatchMate::Configuration
- Inherits:
-
Object
- Object
- MatchMate::Configuration
- Defined in:
- lib/match-mate/configuration.rb
Instance Attribute Summary collapse
-
#address_threshold ⇒ Object
Returns the value of attribute address_threshold.
-
#address_weights ⇒ Object
Returns the value of attribute address_weights.
-
#languages ⇒ Object
Returns the value of attribute languages.
-
#postcode_limit ⇒ Object
Returns the value of attribute postcode_limit.
-
#python_path ⇒ Object
Returns the value of attribute python_path.
Instance Attribute Details
#address_threshold ⇒ Object
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_weights ⇒ Object
Returns the value of attribute address_weights.
38 39 40 |
# File 'lib/match-mate/configuration.rb', line 38 def address_weights @address_weights end |
#languages ⇒ Object
Returns the value of attribute languages.
38 39 40 |
# File 'lib/match-mate/configuration.rb', line 38 def languages @languages end |
#postcode_limit ⇒ Object
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_path ⇒ Object
Returns the value of attribute python_path.
38 39 40 |
# File 'lib/match-mate/configuration.rb', line 38 def python_path @python_path end |