Class: GoogleAnalytics::Events::SetAccount

Inherits:
GoogleAnalytics::Event show all
Defined in:
lib/google-analytics/events/events.rb

Instance Attribute Summary

Attributes inherited from GoogleAnalytics::Event

#name, #params

Instance Method Summary collapse

Constructor Details

#initialize(account_id) ⇒ SetAccount

Returns a new instance of SetAccount.



6
7
8
# File 'lib/google-analytics/events/events.rb', line 6

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