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