Class: Fortnox::API::Repository::Order

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

Constant Summary collapse

MODEL =
Fortnox::API::Model::Order
MAPPER =
Fortnox::API::Mapper::Order
URI =
'/orders/'.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

#headers

Method Summary

Methods inherited from Base

#initialize

Methods included from Savers

#save

Methods included from Loaders

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

Methods inherited from Base

#initialize

Methods included from ClassMethods

#get_access_token, #set_headers

Constructor Details

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