Method: Cloudinary::Analytics#product
- Defined in:
- lib/cloudinary/analytics.rb
#product(product) ⇒ void
This method returns an undefined value.
Sets the product code.
Used for integrations.
53 54 55 |
# File 'lib/cloudinary/analytics.rb', line 53 def product(product) @product = product end |