Sha256: 65ed9a0df971dbdb64fe71c5ac2e5abb138ec0be446f413ea411e5182387c224
Contents?: true
Size: 872 Bytes
Versions: 12
Compression:
Stored size: 872 Bytes
Contents
module GoTransverseTractApi module Usage class ProductUsageRule class << self # # @param {Long} eid # def find_by_eid eid GoTransverseTractApi.get_response_for(self, {eid: eid}) end # # @param {Long} product_eid # def find_by_product_eid product_eid GoTransverseTractApi.get_response_for(self, {product_eid: product_eid}) end # # @param {Long} product_price_eid # def find_by_product_price_eid product_price_eid GoTransverseTractApi.get_response_for(self, {product_price_eid: product_price_eid}) end # # @param {String} status # def find_by_status status GoTransverseTractApi.get_response_for(self, {status: status}) end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems