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