Class: TheTracker::Trackers::EcommerceItem
- Inherits:
-
Struct
- Object
- Struct
- TheTracker::Trackers::EcommerceItem
- Defined in:
- lib/the_tracker/trackers/g_universal.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
113 114 115 |
# File 'lib/the_tracker/trackers/g_universal.rb', line 113 def category @category end |
#price ⇒ Object
Returns the value of attribute price
113 114 115 |
# File 'lib/the_tracker/trackers/g_universal.rb', line 113 def price @price end |
#product ⇒ Object
Returns the value of attribute product
113 114 115 |
# File 'lib/the_tracker/trackers/g_universal.rb', line 113 def product @product end |
#quantity ⇒ Object
Returns the value of attribute quantity
113 114 115 |
# File 'lib/the_tracker/trackers/g_universal.rb', line 113 def quantity @quantity end |
#sku ⇒ Object
Returns the value of attribute sku
113 114 115 |
# File 'lib/the_tracker/trackers/g_universal.rb', line 113 def sku @sku end |