Sha256: 86aeb2d43e23b11ce70a87d45c8ddfd5887f6c5dfef6de8e6d1ce858e52cc710
Contents?: true
Size: 266 Bytes
Versions: 38
Compression:
Stored size: 266 Bytes
Contents
# frozen_string_literal: true module ErpIntegration # The `ErpIntegration::ChannelListing` exposes an uniformed API for interaction with # third-party ERP vendors. class ChannelListing < Resource attr_accessor :id, :channel, :product, :quantity end end
Version data entries
38 entries across 38 versions & 1 rubygems