Class: CollavreNotion::NotionAccount

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/collavre_notion/notion_account.rb

Instance Method Summary collapse

Instance Method Details

#expired?Boolean

Returns:

  • (Boolean)


13
14
15
# File 'app/models/collavre_notion/notion_account.rb', line 13

def expired?
  token_expires_at.present? && token_expires_at < Time.current
end