Sha256: 4e525b2c63a43d88595bf597d378178ddd2ad9c286e5d07237c5d1d5f79cb0d6
Contents?: true
Size: 377 Bytes
Versions: 6
Compression:
Stored size: 377 Bytes
Contents
# typed: strong # frozen_string_literal: true module DearInventory module Models class Purchases < DearInventory::Model module Advanced class PutAwayLine < StockLine extend T::Sig fields( CardID: { name: :card_id, type: :CardID, } ) end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems