Method: Falsify::Product#title

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

#titleString

The name of the product.

Returns:

  • (String)


61
62
63
# File 'lib/falsify/models/product/product.rb', line 61

def title
  @title
end