Method: Algolia::Ingestion::RunProgress.types_mapping
- Defined in:
- lib/algolia/models/ingestion/run_progress.rb
.types_mapping ⇒ Object
Attribute type mapping.
27 28 29 30 31 32 |
# File 'lib/algolia/models/ingestion/run_progress.rb', line 27 def self.types_mapping { :expected_nb_of_events => :"Integer", :received_nb_of_events => :"Integer" } end |