Method: Falsify::Product#published_at
- Defined in:
- lib/falsify/models/product/product.rb
#published_at ⇒ String
The date and time (ISO 8601 format) when the product was published.
Can be set to null to unpublish the product from the Online Store channel.
40 41 42 |
# File 'lib/falsify/models/product/product.rb', line 40 def published_at @published_at end |