Sha256: 9ac4e7042fb8d31414943b0965e88968f2bbb24b2163eece364d287b83cf0932
Contents?: true
Size: 569 Bytes
Versions: 34
Compression:
Stored size: 569 Bytes
Contents
module GoTransverseTractApi module GeneralLedger class GLAccountCategory # # @param {Long} eid # def self.find_by_eid eid GoTransverseTractApi.get_response_for(self, {eid: eid}) end # # @param {String} name # def self.find_by_name name GoTransverseTractApi.get_response_for(self, {name: name}) end # # @param {String} status # def self.find_by_status status GoTransverseTractApi.get_response_for(self, {status: status}) end end end end
Version data entries
34 entries across 34 versions & 1 rubygems