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.

Parameters:

  • product (String)

    The product code to set. ‘A’ is for the official SDK. ‘B’ for integrations.



53
54
55
# File 'lib/cloudinary/analytics.rb', line 53

def product(product)
  @product = product
end