class TCellAgent::TCellApi

Public Instance Methods

send_event_set(_events) click to toggle source
# File spec/support/static_agent_overrides.rb, line 21
def send_event_set(_events)
  puts 'Send Events'
end