Class: GoogleAnalytics::Events::Ecommerce::ClearTransaction

Inherits:
SingleEvent
  • Object
show all
Defined in:
lib/google-analytics/events/events.rb

Instance Attribute Summary

Attributes inherited from SingleEvent

#action, #name, #params

Instance Method Summary collapse

Methods inherited from SingleEvent

#single_event?

Constructor Details

#initializeClearTransaction

Returns a new instance of ClearTransaction.



226
227
228
# File 'lib/google-analytics/events/events.rb', line 226

def initialize
  super('ecommerce:clear')
end