Class: IContact::Account
- Inherits:
-
Object
- Object
- IContact::Account
- Includes:
- Model
- Defined in:
- lib/i_contact/account.rb
Class Method Summary collapse
Methods included from Model
#destroy, #normalize_attrs, #persisted?, #save, #save!, #serialized_attributes
Class Method Details
.get ⇒ Object
8 9 10 11 |
# File 'lib/i_contact/account.rb', line 8 def get resp = connection.get("#{IContact.url(false)}a") parse(resp) end |