Sha256: cf4d62373c9e090313792a8ff619baa6614f8bb23739dad49e78c651bbb93f1b
Contents?: true
Size: 462 Bytes
Versions: 27
Compression:
Stored size: 462 Bytes
Contents
module GoTransverseTractApi module Usage class RateTableEntry class << self # # @param {Long} eid # @param {Hash} options # def find_by_eid eid, options={} return nil unless eid.present? params ||= GoTransverseTractApi::ApiData.new.get_query_params({rateTableEid: eid}, options) GoTransverseTractApi.get_response_for(self, params) end end end end end
Version data entries
27 entries across 27 versions & 1 rubygems