Method: Falsify::Smartcollection#published_at

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

#published_atString?

The date and time (ISO 8601 format) that the smart collection was published. Returns null when the collection is hidden.

Returns:

  • (String, nil)


40
41
42
# File 'lib/falsify/models/product/collection/smart_collection.rb', line 40

def published_at
  @published_at
end