Class: Graybook::Exporter::Base
Instance Method Summary collapse
-
#export(contacts) ⇒ Object
Override this to convert
contacts
(an array of hashes) to something more useful.
Instance Method Details
#export(contacts) ⇒ Object
Override this to convert contacts
(an array of hashes) to something more useful. Here, it just returns Graybookâs internal format
10 11 12 |
# File 'lib/graybook/exporter/base.rb', line 10 def export( contacts ) contacts end |