Method: Fastbill.invoice

Defined in:
lib/fastbill.rb

.invoiceObject



25
26
27
# File 'lib/fastbill.rb', line 25

def invoice
  Invoice.new(@auth)
end