Sha256: 29b153b78c3009ef89a43c73a36e7e721c42abe83479413152122ae88c74b9bf
Contents?: true
Size: 374 Bytes
Versions: 11
Compression:
Stored size: 374 Bytes
Contents
# frozen_string_literal: true module Billomat module Models # Representation of the credit note resource class CreditNote < Base # @return [String] the resource's base path def self.base_path '/credit-notes' end # @return [String] the resource's name def self.resource_name 'credit-note' end end end end
Version data entries
11 entries across 11 versions & 1 rubygems