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

Version Path
billimatic-client-1.0.1 lib/billimatic/resources/invoice_template.rb
billimatic-client-1.0.0 lib/billimatic/resources/invoice_template.rb
billimatic-client-0.22.1 lib/billimatic/resources/invoice_template.rb
billimatic-client-0.22.0 lib/billimatic/resources/invoice_template.rb
billimatic-client-0.21.0 lib/billimatic/resources/invoice_template.rb
billimatic-client-0.20.0 lib/billimatic/resources/invoice_template.rb