Method: Algolia::Insights::ObjectData.types_mapping
- Defined in:
- lib/algolia/models/insights/object_data.rb
.types_mapping ⇒ Object
Attribute type mapping.
31 32 33 34 35 36 37 |
# File 'lib/algolia/models/insights/object_data.rb', line 31 def self.types_mapping { :price => :"Price", :quantity => :"Integer", :discount => :"Discount" } end |