Sha256: f5a258103a8a66a2460e94c535f23519f01ec7a8a527b0547ad984c9722c82a1
Contents?: true
Size: 386 Bytes
Versions: 11
Compression:
Stored size: 386 Bytes
Contents
# frozen_string_literal: true module Billomat module Models ## # Representation of the invoice item resource. class InvoiceItem < Base # @return [String] the resource's base path def self.base_path '/invoice-items' end # @return [String] the resource's name def self.resource_name 'invoice-item' end end end end
Version data entries
11 entries across 11 versions & 1 rubygems