Sha256: 648311c33e757fac4f85dfab4aef165e96dc6cb686dff983b87810905af57cbf
Contents?: true
Size: 171 Bytes
Versions: 6
Compression:
Stored size: 171 Bytes
Contents
module Espago class ApiConnection class InvoiceItemsPost < ApiPost def request(params = {}) super("invoice_items", params) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems