Class: Fortnox::API::Repository::Unit

Inherits:
Base
  • Object
show all
Defined in:
lib/fortnox/api/repositories/unit.rb

Constant Summary collapse

MODEL =
Fortnox::API::Model::Unit
MAPPER =
Fortnox::API::Mapper::Unit
URI =
'/units/'

Constants inherited from Base

Base::HTTP_METHODS

Instance Attribute Summary

Attributes inherited from Base

#headers, #keys_filtered_on_save, #mapper

Method Summary

Methods inherited from Base

#initialize, set_headers

Methods included from Savers

#save

Methods included from Loaders

#all, #escape, #find, #find_all_by, #find_one_by, #only, #search, #to_query

Constructor Details

This class inherits a constructor from Fortnox::API::Repository::Base