class Typesense::Metrics
Constants
- RESOURCE_PATH
Public Class Methods
new(api_call)
click to toggle source
# File lib/typesense/metrics.rb, line 7 def initialize(api_call) @api_call = api_call end
Public Instance Methods
retrieve()
click to toggle source
# File lib/typesense/metrics.rb, line 11 def retrieve @api_call.get(RESOURCE_PATH) end