Method: Falsify::Collect#updated_at

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

#updated_atString

The date and time (ISO 8601 format) when the collect was last updated.

Returns:

  • (String)


27
28
29
# File 'lib/falsify/models/product/collection/collect.rb', line 27

def updated_at
  @updated_at
end