Sha256: e57e02a13a87fef28c837e3806db63540d4802b3ee1194c59bc127cbc9dd964d
Contents?: true
Size: 352 Bytes
Versions: 1
Compression:
Stored size: 352 Bytes
Contents
require_relative 'entity' module Moysklad::Entities class Productfolder < Entity attribute :accountId, String attribute :owner, Owner attribute :group, Group attribute :description, String attribute :vat, Float attribute :effectiveVat, Float attribute :productFolder, self end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moysklad-0.3.0 | lib/moysklad/entities/productfolder.rb |