Class: GoogleAnalytics::Events::SetAllowLinker
- Inherits:
-
GoogleAnalytics::Event
- Object
- GoogleAnalytics::Event
- GoogleAnalytics::Events::SetAllowLinker
- Defined in:
- lib/google-analytics/events/events.rb
Instance Attribute Summary
Attributes inherited from GoogleAnalytics::Event
Instance Method Summary (collapse)
-
- (SetAllowLinker) initialize(allow)
constructor
A new instance of SetAllowLinker.
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 |