Class: GoogleAnalytics::Events::Require

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(name, url) ⇒ Require

Returns a new instance of Require.



24
25
26
# File 'lib/google-analytics/events/events.rb', line 24

def initialize(name, url)
  super('_require', name, url)
end