Sha256: 3afe283048cc57ff15be1a4d3a09f008590970a1410cf78087a736011bc0ae93
Contents?: true
Size: 179 Bytes
Versions: 5
Compression:
Stored size: 179 Bytes
Contents
module Espago class ApiConnection class InvoicesGet < ApiGet def request(params = {}) super('invoices',params,params[:invoice_id]) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems