Class: TrackerJacker::Trackable::AttributeTrackingCallback

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

Instance Attribute Summary collapse

Instance Attribute Details

#attributeObject

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



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

def attribute
  @attribute
end

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



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

def category
  @category
end

#owner_methodObject

Returns the value of attribute owner_method

Returns:

  • (Object)

    the current value of owner_method



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

def owner_method
  @owner_method
end