lib/algolia/models/ingestion/run_progress.rb in algolia-3.10.2 vs lib/algolia/models/ingestion/run_progress.rb in algolia-3.11.0

- old
+ new

@@ -16,14 +16,9 @@ :expected_nb_of_events => :expectedNbOfEvents, :received_nb_of_events => :receivedNbOfEvents } end - # Returns all the JSON keys this model knows about - def self.acceptable_attributes - attribute_map.values - end - # Attribute type mapping. def self.types_mapping { :expected_nb_of_events => :"Integer", :received_nb_of_events => :"Integer"