lib/moysklad/entities/good_folder.rb in moysklad-0.2.1 vs lib/moysklad/entities/good_folder.rb in moysklad-0.3.0
- old
+ new
@@ -3,7 +3,8 @@
include CommonObject
tag 'goodFolder'
attribute :productCode, String
+ attribute :parentUuid, String
end
end