class Superfaktura::CreateInvoice

Public Class Methods

call(attributes) click to toggle source
# File lib/superfaktura/create_invoice.rb, line 3
def self.call(attributes)
  post('/invoices/create', attributes)
end