Method: Falsify::Product#options

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

#optionsString

The custom product property names like Size, Color, and Material. You can add up to 3 options of up to 255 characters each.

Returns:



33
34
35
# File 'lib/falsify/models/product/product.rb', line 33

def options
  @options
end