Sha256: 1dab228f36e992d3b920e38217247489a02012a97b31a49434da193715da999d
Contents?: true
Size: 240 Bytes
Versions: 14
Compression:
Stored size: 240 Bytes
Contents
# frozen_string_literal: true module ErpIntegration # The `ErpIntegration::ProductOption` exposes an uniformed API for interaction with # third-party ERP vendors. class ProductOption < Resource attr_accessor :id, :code end end
Version data entries
14 entries across 14 versions & 1 rubygems