Sha256: a90f970144d73d05d6ca3095af58e7d38769df770504049969c804c91d175883
Contents?: true
Size: 536 Bytes
Versions: 12
Compression:
Stored size: 536 Bytes
Contents
module GoTransverseTractApi module Usage class UsagePriceCategory class << self def find_by_all GoTransverseTractApi.get_response_for(self) end # # @param {Long} eid # def find_by_eid eid GoTransverseTractApi.get_response_for(self, {eid: eid}) end # # @param {String} name # def find_by_name name GoTransverseTractApi.get_response_for(self, {name: name}) end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems