Class Blackbook::Importer::Base
In: lib/blackbook/importer/base.rb
Parent: Object

Methods

Attributes

options  [RW] 

Public Instance methods

Should return true or false/nil depending on whether the options given can be handled by this importer

Does the work of extracting contacts. Returns an Array of Arrays containing the name and email as the first and second elements. Of course, you can override this behavior to meet the needs of a particular service.

Imports the contacts using the given options. Returns an array of hashes in the internal format (a hash with at least :name and :email values).

Name of the importer service.

[Validate]