Method: Algolia::Analytics::TopHitsResponse.types_mapping
- Defined in:
- lib/algolia/models/analytics/top_hits_response.rb
.types_mapping ⇒ Object
Attribute type mapping.
22 23 24 25 26 |
# File 'lib/algolia/models/analytics/top_hits_response.rb', line 22 def self.types_mapping { :hits => :"Array<TopHit>" } end |