Class: Fortnox::API::Repository::Project

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

Constant Summary collapse

MODEL =
Model::Project
MAPPER =
Mapper::Project
URI =
'/projects/'

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

#access_tokens, #check_access_tokens!, #initialize, #next_access_token, 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