Class: Fortnox::API::Repository::Customer
- Defined in:
- lib/fortnox/api/repositories/customer.rb
Constant Summary collapse
- MODEL =
Fortnox::API::Model::Customer
- MAPPER =
Fortnox::API::Mapper::Customer
- URI =
'/customers/'.freeze
Constants inherited from Base
Base::DEFAULT_HEADERS, Base::HTTP_METHODS
Instance Attribute Summary
Attributes inherited from Base
#keys_filtered_on_save, #mapper
Attributes inherited from Base
Method Summary
Methods inherited from Base
Methods included from Savers
Methods included from Loaders
#all, #escape, #find, #find_one_by, #only, #search, #to_query
Methods inherited from Base
Methods included from ClassMethods
#get_access_token, #set_headers
Constructor Details
This class inherits a constructor from Fortnox::API::Repository::Base