Sha256: 1efabf8115a5a21fef5de2ddcc9bad90ff18407dc3ed9c9a99cca27788962f47
Contents?: true
Size: 505 Bytes
Versions: 14
Compression:
Stored size: 505 Bytes
Contents
module GoTransverseTractApi module BillingAccount class AdjustmentApplication class << self # # @param {Long} eid # def find_by_eid eid GoTransverseTractApi.get_response_for(self, {eid: eid}) end # # @param {Long} adjustment_eid # def find_by_adjustment_eid adjustment_eid GoTransverseTractApi.get_response_for(self, {adjustment_eid: adjustment_eid}) end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems