Method: Falsify::Product#vendor

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

#vendorString

The name of the product's vendor.

Returns:

  • (String)


81
82
83
# File 'lib/falsify/models/product/product.rb', line 81

def vendor
  @vendor
end