Sha256: e4fec21300b925e7e9d791cb568d1bcb91f8d178efcba8a36d2fb80972730e93
Contents?: true
Size: 414 Bytes
Versions: 8
Compression:
Stored size: 414 Bytes
Contents
module BillForward class CreditNote < MutableEntity @resource_path = BillForward::ResourcePath.new('credit-notes', 'creditNote') class << self def get_all(query_params = {}, customClient = nil) raise DenyMethod.new 'Get All support is denied for this entity; '+ 'at the time of writing, no API endpoint exists to support it.'+ 'The entity can be GETted by ID only.' end end end end
Version data entries
8 entries across 8 versions & 1 rubygems