lib/access/response.rb in access-2.0.51 vs lib/access/response.rb in access-2.0.52
- old
+ new
@@ -56,9 +56,15 @@
@offer_count_by_facet = Access::Aggregations.process_batch(@offer_count_by_facet) if @offer_count_by_facet
@custom_aggregation = Access::Aggregations.process_batch(@custom_aggregation) if @custom_aggregation
end
end
+ class ProductGroupResponse < Response
+ def process_data
+
+ end
+ end
+
class StoreResponse < Response
def process_data
(@stores = []; create_error) if @message
@stores = Access::Store.process_batch(@stores) if @stores
@offer_count_in_categories = Access::Aggregations.process_batch(@offer_count_in_categories) if @offer_count_in_categories