Method: Algolia::Search::PromoteObjectIDs.types_mapping
- Defined in:
- lib/algolia/models/search/promote_object_ids.rb
.types_mapping ⇒ Object
Attribute type mapping.
34 35 36 37 38 39 |
# File 'lib/algolia/models/search/promote_object_ids.rb', line 34 def self.types_mapping { :object_ids => :"Array<String>", :position => :"Integer" } end |