Class: IContact::ClientFolder

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/i_contact/client_folder.rb

Class Method Summary collapse

Methods included from Model

#destroy, #normalize_attrs, #persisted?, #save, #save!, #serialized_attributes

Class Method Details

.getObject



8
9
10
11
# File 'lib/i_contact/client_folder.rb', line 8

def get
  resp = connection.get("#{IContact.url(false)}a/#{}/c")
  parse(resp)
end