Sha256: bbd0e7118f6c49fb6b7528c608b16b2476346267df2fdfef7bb1ca5f002b93b4
Contents?: true
Size: 218 Bytes
Versions: 2
Compression:
Stored size: 218 Bytes
Contents
require_relative "../lib/xolphin/api" client = Xolphin::Api::Client.new(Credentials.username, Credentials.password, true) invoices = client.invoice.all invoices.each do |invoice| puts invoice.id, invoice.amount end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xolphin-api-1.9.0 | examples/invoices_get.rb |
xolphin-api-1.8.0 | examples/invoices_get.rb |