Method: Falsify::Product#handle

Defined in:
lib/falsify/models/product/product.rb

#handleString

A unique human-friendly string for the product. Automatically generated from the product's title. Used by the Liquid templating language to refer to objects.

Returns:

  • (String)


21
22
23
# File 'lib/falsify/models/product/product.rb', line 21

def handle
  @handle
end