Method: ActiveSupport::Cache::WriteOptions#expires_in

Defined in:
lib/active_support/cache.rb

#expires_inObject



1145
1146
1147
# File 'lib/active_support/cache.rb', line 1145

def expires_in
  @options[:expires_in]
end