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