Method: Falsify::Product#updated_at
- Defined in:
- lib/falsify/models/product/product.rb
#updated_at ⇒ String (readonly)
The date and time (ISO 8601 format) when the product was last modified.
72 73 74 |
# File 'lib/falsify/models/product/product.rb', line 72 def updated_at @updated_at end |