Sha256: 3747e9bfc95b6ced3343e9efe4d2c3b9239b056f3e3a156e6ddc62988b931274
Contents?: true
Size: 513 Bytes
Versions: 27
Compression:
Stored size: 513 Bytes
Contents
module GoTransverseTractApi module Service class ServicePriceRange class << self # # @param {Long} eid # def self.find_by_eid eid GoTransverseTractApi.get_response_for(self, {eid: eid}) end # # @param {Long} service_price_eid # def find_by_service_price_eid service_price_eid GoTransverseTractApi.get_response_for(self, {service_price_eid: service_price_eid}) end end end end end
Version data entries
27 entries across 27 versions & 1 rubygems