Class: Graybook::Exporter::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/graybook/exporter/base.rb

Instance Method Summary collapse

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