Class: TheTracker::Trackers::EcommerceItem

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

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



113
114
115
# File 'lib/the_tracker/trackers/g_universal.rb', line 113

def category
  @category
end

#priceObject

Returns the value of attribute price

Returns:

  • (Object)

    the current value of price



113
114
115
# File 'lib/the_tracker/trackers/g_universal.rb', line 113

def price
  @price
end

#productObject

Returns the value of attribute product

Returns:

  • (Object)

    the current value of product



113
114
115
# File 'lib/the_tracker/trackers/g_universal.rb', line 113

def product
  @product
end

#quantityObject

Returns the value of attribute quantity

Returns:

  • (Object)

    the current value of quantity



113
114
115
# File 'lib/the_tracker/trackers/g_universal.rb', line 113

def quantity
  @quantity
end

#skuObject

Returns the value of attribute sku

Returns:

  • (Object)

    the current value of sku



113
114
115
# File 'lib/the_tracker/trackers/g_universal.rb', line 113

def sku
  @sku
end