Sha256: c26bb7c00bd6b2f467e3d347ca3e266abd75a4975cf9698fa1b71cebabb43e1a
Contents?: true
Size: 143 Bytes
Versions: 8
Compression:
Stored size: 143 Bytes
Contents
module Superfaktura class CreateInvoice < BaseApi def self.call(attributes) post('/invoices/create', attributes) end end end
Version data entries
8 entries across 8 versions & 1 rubygems