Class: TheTracker::Trackers::Item

Inherits:
Struct
  • Object
show all
Defined in:
lib/the_tracker/trackers/g_analytics.rb

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



85
86
87
# File 'lib/the_tracker/trackers/g_analytics.rb', line 85

def category
  @category
end

#priceObject

Returns the value of attribute price

Returns:

  • (Object)

    the current value of price



85
86
87
# File 'lib/the_tracker/trackers/g_analytics.rb', line 85

def price
  @price
end

#productObject

Returns the value of attribute product

Returns:

  • (Object)

    the current value of product



85
86
87
# File 'lib/the_tracker/trackers/g_analytics.rb', line 85

def product
  @product
end

#quantityObject

Returns the value of attribute quantity

Returns:

  • (Object)

    the current value of quantity



85
86
87
# File 'lib/the_tracker/trackers/g_analytics.rb', line 85

def quantity
  @quantity
end

#skuObject

Returns the value of attribute sku

Returns:

  • (Object)

    the current value of sku



85
86
87
# File 'lib/the_tracker/trackers/g_analytics.rb', line 85

def sku
  @sku
end