Class: Vero::Api::Events
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Base
#config, #initialize, #run_api
Constructor Details
This class inherits a constructor from Vero::Api::Base
Class Method Details
.track!(options, context = Vero::App.default_context) ⇒ Object
32 33 34 |
# File 'lib/vero/api.rb', line 32 def self.track!(, context = Vero::App.default_context) new(context).track!() end |