Method: ActiveRecord::TokenFor::TokenDefinition#expires_in

Defined in:
activerecord/lib/active_record/token_for.rb

#expires_inObject

Returns the value of attribute expires_in

Returns:

  • (Object)

    the current value of expires_in



14
15
16
# File 'activerecord/lib/active_record/token_for.rb', line 14

def expires_in
  @expires_in
end