Class: Vapi::Analytics

Inherits:
Base
  • Object
show all
Defined in:
lib/vapi/analytics.rb

Instance Attribute Summary

Attributes inherited from Base

#client

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Vapi::Base

Instance Method Details

#query(params) ⇒ Object



5
6
7
# File 'lib/vapi/analytics.rb', line 5

def query(params)
  client.post("/analytics", params)
end