Sha256: 4c93f25fab1cfa0b90cc058639c6dcec5845e61076bef68a8cadfdc06cafdff2
Contents?: true
Size: 551 Bytes
Versions: 1
Compression:
Stored size: 551 Bytes
Contents
module Moysklad module Entities extend ActiveSupport::Autoload autoload :XmlFix autoload :CommonObject autoload :CompanyConcern autoload :Common %w{ Good Barcode SalePrices SalePrice Error CustomerOrderPosition Consignment MyCompany Attribute GoodRef Base CustomerOrder Feature EmbeddedEntityMetadata Price StockTO Company Warehouse Collection Page }.each do |m| autoload m end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moysklad-0.0.2 | lib/moysklad/entities.rb |