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