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

#initialize(allow) ⇒ SetAllowLinker

Returns a new instance of SetAllowLinker.



18
19
20
# File 'lib/google-analytics/events/events.rb', line 18

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