Class: SendleAPI::Sender
- Includes:
- NotSaveable
- Defined in:
- lib/sendle_api/resources/sender.rb
Constant Summary collapse
- DEFAULT_ATTRS =
{ contact: Contact.new, address: Address.new, instructions: "", }
- CHILD_OBJECT_KEYS_FOR_VALIDATION =
[:contact, :address]
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