Sha256: 87fb7c9d845105c44c35d044a7881c8ba60dec18f90c306c0dcefa33452c18e7
Contents?: true
Size: 295 Bytes
Versions: 7
Compression:
Stored size: 295 Bytes
Contents
module Moysklad::Entities::Common extend ::ActiveSupport::Concern included do include HappyMapper attribute :readMode, String attribute :changeMode, String element :accountUuid, String element :accountId, String element :uuid, String end end
Version data entries
7 entries across 7 versions & 1 rubygems