| Class | Blackbook |
| In: |
lib/blackbook.rb
|
| Parent: | Object |
| VERSION | = | '1.0.4' |
| exporters | [RW] | |
| importers | [RW] |
Sends the vcards from the import to whatever is handling the export
Fetches contacts from various services or filetypes. The default is to return an array of hashes - Blackbook‘s internal format
Handles several different calls:
get( :username => 'something@gmail.com', :password => 'whatever' ) get( :as => :xml, :username => 'something@gmail.com', :password => 'whatever' ) get( :csv, :file => #<File:/path/to/file.csv> )