Sha256: 483e962b046531fd4c7ea01f8323a76bcc624774ac2a14ebefcf5f1161f1583c
Contents?: true
Size: 332 Bytes
Versions: 16
Compression:
Stored size: 332 Bytes
Contents
module Moysklad::Entities class AttributeMetadata < Base attribute :meta, Meta attribute :id, String attribute :name, String attribute :type, String # string, customentity attribute :required, Boolean attribute :customEntityMeta, Meta def is_dictionary? type == 'customentity' end end end
Version data entries
16 entries across 16 versions & 1 rubygems