Method: Falsify::Product#created_at

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

#created_atString (readonly)

The date and time (ISO 8601 format) when the product was created.

Returns:

  • (String)


16
17
18
# File 'lib/falsify/models/product/product.rb', line 16

def created_at
  @created_at
end