Class: GoogleAnalytics::Events::SetCustomVar
- Inherits:
-
GoogleAnalytics::Event
- Object
- GoogleAnalytics::Event
- GoogleAnalytics::Events::SetCustomVar
- Defined in:
- lib/google-analytics/events/events.rb
Instance Attribute Summary
Attributes inherited from GoogleAnalytics::Event
Instance Method Summary (collapse)
-
- (SetCustomVar) initialize(index, name, value, opt_scope)
constructor
A new instance of SetCustomVar.
Constructor Details
- (SetCustomVar) initialize(index, name, value, opt_scope)
A new instance of SetCustomVar
40 41 42 |
# File 'lib/google-analytics/events/events.rb', line 40 def initialize(index, name, value, opt_scope) super('_setCustomVar', index.to_i, name.to_s, value.to_s, opt_scope.to_i) end |