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