Sha256: 5b6d802d08e3a151063639bc29b90b38fed967ce5bf66cb2218b8db194e52b0f

Contents?: true

Size: 398 Bytes

Versions: 10

Compression:

Stored size: 398 Bytes

Contents

# frozen_string_literal: true

module Billomat
  module Models
    ##
    # Representation of the invoice comment resource.
    class InvoiceComment < Base
      # @return [String] the resource's base path
      def self.base_path
        '/invoice-comments'
      end

      # @return [String] the resource's name
      def self.resource_name
        'invoice-comment'
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
billomat-1.2.5 lib/billomat/models/invoice_comment.rb
billomat-1.2.4 lib/billomat/models/invoice_comment.rb
billomat-1.2.3 lib/billomat/models/invoice_comment.rb
billomat-1.2.2 lib/billomat/models/invoice_comment.rb
billomat-1.2.1 lib/billomat/models/invoice_comment.rb
billomat-1.2.0 lib/billomat/models/invoice_comment.rb
billomat-1.1.0 lib/billomat/models/invoice_comment.rb
billomat-1.0.0 lib/billomat/models/invoice_comment.rb
billomat-0.4.1 lib/billomat/models/invoice_comment.rb
billomat-0.4.0 lib/billomat/models/invoice_comment.rb