We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01d72f commit df54298Copy full SHA for df54298
lib/algolia/models/ingestion/run_progress.rb
@@ -58,10 +58,14 @@ def initialize(attributes = {})
58
59
if attributes.key?(:expected_nb_of_events)
60
self.expected_nb_of_events = attributes[:expected_nb_of_events]
61
+ else
62
+ self.expected_nb_of_events = nil
63
end
64
65
if attributes.key?(:received_nb_of_events)
66
self.received_nb_of_events = attributes[:received_nb_of_events]
67
68
+ self.received_nb_of_events = nil
69
70
71
0 commit comments