Method: Falsify::Product#created_at
- Defined in:
- lib/falsify/models/product/product.rb
#created_at ⇒ String (readonly)
The date and time (ISO 8601 format) when the product was created.
16 17 18 |
# File 'lib/falsify/models/product/product.rb', line 16 def created_at @created_at end |