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