lib/moysklad/entities.rb in moysklad-0.0.2 vs lib/moysklad/entities.rb in moysklad-0.1.1
- old
+ new
@@ -6,10 +6,11 @@
autoload :CommonObject
autoload :CompanyConcern
autoload :Common
%w{
+ GoodFolder
Good
Barcode
SalePrices
SalePrice
Error
@@ -18,16 +19,20 @@
MyCompany
Attribute
GoodRef
Base
CustomerOrder
+ CustomEntity
+ CustomEntityMetadata
Feature
+ AttributeMetadata
EmbeddedEntityMetadata
Price
StockTO
Company
Warehouse
Collection
+ CustomEntity
Page
}.each do |m|
autoload m
end
end