Sha256: a449a023afbc67a1275ff9c0b2056044cec67d489997d16b71dd16ce88b152b9
Contents?: true
Size: 275 Bytes
Versions: 6
Compression:
Stored size: 275 Bytes
Contents
module Billimatic module Resources class InvoiceTemplate < Base def list(organization_id:) list_by_organization(organization_id) end def show(id, organization_id:) show_by_organization(organization_id, id) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems