Class: TheTracker::Trackers::Item
- Inherits:
-
Struct
- Object
- Struct
- TheTracker::Trackers::Item
- Defined in:
- lib/the_tracker/trackers/g_analytics.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#price ⇒ Object
Returns the value of attribute price.
-
#product ⇒ Object
Returns the value of attribute product.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#sku ⇒ Object
Returns the value of attribute sku.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
85 86 87 |
# File 'lib/the_tracker/trackers/g_analytics.rb', line 85 def category @category end |
#price ⇒ Object
Returns the value of attribute price
85 86 87 |
# File 'lib/the_tracker/trackers/g_analytics.rb', line 85 def price @price end |
#product ⇒ Object
Returns the value of attribute product
85 86 87 |
# File 'lib/the_tracker/trackers/g_analytics.rb', line 85 def product @product end |
#quantity ⇒ Object
Returns the value of attribute quantity
85 86 87 |
# File 'lib/the_tracker/trackers/g_analytics.rb', line 85 def quantity @quantity end |
#sku ⇒ Object
Returns the value of attribute sku
85 86 87 |
# File 'lib/the_tracker/trackers/g_analytics.rb', line 85 def sku @sku end |