Class: GoogleAnalytics::Events::SetAllowLinker

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

- (SetAllowLinker) initialize(allow)

A new instance of SetAllowLinker



16
17
18
# File 'lib/google-analytics/events/events.rb', line 16

def initialize(allow)
  super('_setAllowLinker', allow)
end