Class: SendleAPI::Contact

Inherits:
Base
  • Object
show all
Includes:
NotSaveable
Defined in:
lib/sendle_api/resources/contact.rb

Constant Summary collapse

DEFAULT_ATTRS =
{
  name: nil,
  # phone: nil,
  # company: nil
}
FIELDS =
[:name, :phone, :company]

Method Summary

Methods included from NotSaveable

create, #save, #update, #update_attribute, #update_attributes

Methods inherited from Base

basic_auth_details, #errors, #initialize, #save, set_site, validate_configs

Constructor Details

This class inherits a constructor from SendleAPI::Base