Class: BusinessCentral::Customer

Inherits:
Base
  • Object
show all
Defined in:
lib/business_central/customer.rb

Constant Summary collapse

API_OBJECT =
"customers"
SUPPORTED_METHODS =
[:get, :create, :update, :delete, :collection_filter]

Instance Attribute Summary

Attributes inherited from Base

#client

Method Summary

Methods inherited from Base

#build_url, #initialize, #process

Methods included from ApiMethods

#create, #delete, #get, #get_child, #method_missing, #query, #query_child, #update

Constructor Details

This class inherits a constructor from BusinessCentral::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class BusinessCentral::ApiMethods