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