Sha256: 28e1a0fa20580c1282ac8ea0cc7c862fc0a154eb7940e9a86d38b3580e179b8c
Contents?: true
Size: 322 Bytes
Versions: 11
Compression:
Stored size: 322 Bytes
Contents
# frozen_string_literal: true module MuffinMan module Awd class V20240509 < SpApiClient AWD_PATH = "/awd/2024-05-09" def get_inbound_shipment(shipment_id) @local_var_path = "#{AWD_PATH}/inboundShipments/#{shipment_id}" @request_type = "GET" call_api end end end end
Version data entries
11 entries across 11 versions & 1 rubygems