Class: TrackerJacker::Trackable::EventTrackingCallback
- Inherits:
-
Struct
- Object
- Struct
- TrackerJacker::Trackable::EventTrackingCallback
- Defined in:
- lib/tracker_jacker/trackable.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#event ⇒ Object
Returns the value of attribute event.
-
#if_proc ⇒ Object
Returns the value of attribute if_proc.
-
#owner_method ⇒ Object
Returns the value of attribute owner_method.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
3 4 5 |
# File 'lib/tracker_jacker/trackable.rb', line 3 def category @category end |
#event ⇒ Object
Returns the value of attribute event
3 4 5 |
# File 'lib/tracker_jacker/trackable.rb', line 3 def event @event end |
#if_proc ⇒ Object
Returns the value of attribute if_proc
3 4 5 |
# File 'lib/tracker_jacker/trackable.rb', line 3 def if_proc @if_proc end |
#owner_method ⇒ Object
Returns the value of attribute owner_method
3 4 5 |
# File 'lib/tracker_jacker/trackable.rb', line 3 def owner_method @owner_method end |