module Moysklad module Entities %w{ base meta entity country assortment attribute_value attribute attribute_metadata owner group productfolder uom currency price_type price image employee context product bundle characteristic characteristic_metadata collection_meta collection company_settings_metadata consignment contract counterparty custom_entity rate customer_order customer_order_position organization page rate resource_metadata service shortcut store time variant }.each do |m| require_relative "entities/#{m}" end end end