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