module GoTransverseTractApi module Product class ProductCategory def self.find_all GoTransverseTractApi.get_response_for(self.class) end end end end