Sha256: e400c61155c81de79e4aa797deffbf262f5925281fe57fae0042664a2f152c95
Contents?: true
Size: 253 Bytes
Versions: 19
Compression:
Stored size: 253 Bytes
Contents
# frozen_string_literal: true module ErpIntegration # The `ErpIntegration::ProductTemplate` exposes an uniformed API for interaction with # third-party ERP vendors. class ProductCategory < Resource attr_accessor :id, :name, :parent end end
Version data entries
19 entries across 19 versions & 1 rubygems