Sha256: cef37578cd487d2f22fd9d2e4c924118bdd7280723f410f9568306595a5c3217
Contents?: true
Size: 418 Bytes
Versions: 34
Compression:
Stored size: 418 Bytes
Contents
module GoTransverseTractApi module Product class Operation # # @param {Long} eid # def self.find_by_eid eid GoTransverseTractApi.get_response_for(self, {eid: eid}) end # # @param {Long} action_eid # def self.find_by_action_eid action_eid GoTransverseTractApi.get_response_for(self, {action_eid: action_eid}) end end end end
Version data entries
34 entries across 34 versions & 1 rubygems