Sha256: 666e68617cb75a42f9325cba49351af457db2391ffda0222a9afb5a3bca89b91
Contents?: true
Size: 232 Bytes
Versions: 5
Compression:
Stored size: 232 Bytes
Contents
# frozen_string_literal: true module Typesense class Stats RESOURCE_PATH = '/stats.json' def initialize(api_call) @api_call = api_call end def retrieve @api_call.get(RESOURCE_PATH) end end end
Version data entries
5 entries across 5 versions & 1 rubygems