Sha256: e2be1307dc17028da0c46075675112287ab0ecef914248de96b3f473d48ab909
Contents?: true
Size: 221 Bytes
Versions: 23
Compression:
Stored size: 221 Bytes
Contents
module Algolia class SynonymIterator < PaginatorIterator # Creates the endpoint on which to fetch synonyms # def get_endpoint path_encode('1/indexes/%s/synonyms/search', @index_name) end end end
Version data entries
23 entries across 23 versions & 1 rubygems