Module: OperaContacts

Defined in:
lib/opera-contacts/parser.rb,
lib/opera-contacts/contacts.rb

Defined Under Namespace

Modules: Collection Classes: Contact, ContactCollection, ContactFolder, ContactsParser, Item

Class Method Summary collapse

Class Method Details

.parse_s(hotlist_string) ⇒ Object

Parses the given string containing Hotlist formatted contacts to a ContactCollection.

Parameters:

  • hotlist_string

    A UTF8 string containing the Hotlist info

Returns:

  • A ContactCollection containing the parse result of hotlist_string



11
12
13
# File 'lib/opera-contacts/parser.rb', line 11

def OperaContacts.parse_s(hotlist_string)
  return ContactsParser.new.parse_s(hotlist_string)
end