Class: GAQ::Events::SetAccount

Inherits:
GAQ::Event show all
Defined in:
lib/google_analytics_tools/tracking/events/events.rb

Instance Attribute Summary

Attributes inherited from GAQ::Event

#name, #params

Instance Method Summary collapse

Constructor Details

#initialize(account_id) ⇒ SetAccount

Returns a new instance of SetAccount.



5
6
7
# File 'lib/google_analytics_tools/tracking/events/events.rb', line 5

def initialize()
  super('_setAccount', )
end