Class: Abbu::Parsers::PlistParser

Inherits:
Object
  • Object
show all
Defined in:
lib/abbu/parsers/plist_parser.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ PlistParser

Returns a new instance of PlistParser.



7
8
9
# File 'lib/abbu/parsers/plist_parser.rb', line 7

def initialize(path)
  @path = path
end

Instance Method Details

#contactsObject



11
12
13
14
# File 'lib/abbu/parsers/plist_parser.rb', line 11

def contacts
  warn 'Plist parsing not yet implemented — no .abcddb found in this archive.'
  []
end