Class: TrackerJacker::Trackable::EventTrackingCallback

Inherits:
Struct
  • Object
show all
Defined in:
lib/tracker_jacker/trackable.rb

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



3
4
5
# File 'lib/tracker_jacker/trackable.rb', line 3

def category
  @category
end

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



3
4
5
# File 'lib/tracker_jacker/trackable.rb', line 3

def event
  @event
end

#if_procObject

Returns the value of attribute if_proc

Returns:

  • (Object)

    the current value of if_proc



3
4
5
# File 'lib/tracker_jacker/trackable.rb', line 3

def if_proc
  @if_proc
end

#owner_methodObject

Returns the value of attribute owner_method

Returns:

  • (Object)

    the current value of owner_method



3
4
5
# File 'lib/tracker_jacker/trackable.rb', line 3

def owner_method
  @owner_method
end