Class: GoogleAnalytics::Events::SetAccount
- Inherits:
-
GoogleAnalytics::Event
- Object
- GoogleAnalytics::Event
- GoogleAnalytics::Events::SetAccount
- Defined in:
- lib/google-analytics/events/events.rb
Instance Attribute Summary
Attributes inherited from GoogleAnalytics::Event
Instance Method Summary collapse
-
#initialize(account_id) ⇒ SetAccount
constructor
A new instance of SetAccount.
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(account_id) super('_setAccount', account_id) end |