Class: Java::ComGoogleGdataClientContacts::ContactsService

Inherits:
Object
  • Object
show all
Defined in:
lib/contacts_service.rb

Constant Summary collapse

DEFAULT_CONTACTS_URI =
'http://www.google.com/m8/feeds/contacts/default/full'

Instance Method Summary collapse

Instance Method Details

#find_entry(options) ⇒ Object



14
15
16
# File 'lib/contacts_service.rb', line 14

def find_entry(options)
  super(options.merge({:class => GData::ContactEntry}))
end

#find_feed(options) ⇒ Object



10
11
12
# File 'lib/contacts_service.rb', line 10

def find_feed(options)
  super(options.merge({:class => GData::ContactFeed}))
end