Sha256: c3431065e515dfecc060fb4bd6a8df68be10e0f5a32585ba42c788c2c04b9801
Contents?: true
Size: 301 Bytes
Versions: 11
Compression:
Stored size: 301 Bytes
Contents
# typed: strong # frozen_string_literal: true module DearInventory module Models module Purchases class InvoiceLine < Line extend T::Sig fields( Account: { name: :account, type: :String, } ) end end end end
Version data entries
11 entries across 11 versions & 1 rubygems