Method: ActiveSupport::Cache::WriteOptions#expires_at

Defined in:
lib/active_support/cache.rb

#expires_atObject



1094
1095
1096
# File 'lib/active_support/cache.rb', line 1094

def expires_at
  @options[:expires_at]
end