Sha256: f06f74f88a57ee2d0e9f3edbb7134e376baa0c94fedc3a03cfe305e1c0ab4e3a
Contents?: true
Size: 226 Bytes
Versions: 2
Compression:
Stored size: 226 Bytes
Contents
# frozen_string_literal: true module ErpIntegration # The `ErpIntegration::Order` exposes an uniformed API for interaction with # third-party ERP vendors. class Order < Resource attr_accessor :id, :number end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
erp_integration-0.3.1 | lib/erp_integration/order.rb |
erp_integration-0.3.0 | lib/erp_integration/order.rb |