Method: Falsify::Product#tags

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

#tagsString

A string of comma-separated tags that are used for filtering and search. A product can have up to 250 tags. Each tag can have up to 255 characters.

Returns:

  • (String)


52
53
54
# File 'lib/falsify/models/product/product.rb', line 52

def tags
  @tags
end