Class: Fakturoid::Api::NumberFormat

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/fakturoid/api/number_format.rb

Instance Attribute Summary

Attributes included from Base

#client

Instance Method Summary collapse

Methods included from Base

#initialize, #perform_request

Instance Method Details

#invoicesObject



8
9
10
# File 'lib/fakturoid/api/number_format.rb', line 8

def invoices
  perform_request(HTTP_GET, "number_formats/invoices.json")
end