Module: SwissMatch
- Defined in:
- lib/swissmatch/directories.rb,
lib/swissmatch/directories/address.rb,
lib/swissmatch/directories/service.rb,
lib/swissmatch/directories/version.rb,
lib/swissmatch/directories/telsearch.rb
Overview
Note:
All strings passed to SwissMatch are expected to be utf-8. All strings returned by SwissMatch are also in utf-8.
__Directories__ Query address data from swiss online directory providers.
Defined Under Namespace
Modules: Directories
Class Attribute Summary collapse
-
.directory_service ⇒ SwissMatch::Directories::Service?
The directory service used to search for addresses You have to set this one yourself.
Class Attribute Details
.directory_service ⇒ SwissMatch::Directories::Service?
The directory service used to search for addresses You have to set this one yourself. It exists to provide a standard way to
64 65 66 |
# File 'lib/swissmatch/directories.rb', line 64 def directory_service @directory_service end |