Class: SpreeCmCommissioner::OauthAccessTokens::CleanupExpiredJob
- Inherits:
-
ApplicationJob
- Object
- ActiveJob::Base
- ApplicationJob
- ApplicationJob
- SpreeCmCommissioner::OauthAccessTokens::CleanupExpiredJob
- Defined in:
- app/jobs/spree_cm_commissioner/oauth_access_tokens/cleanup_expired_job.rb
Instance Method Summary collapse
Methods included from ApplicationJobDecorator
handle_deserialization_error, prepended
Instance Method Details
#perform ⇒ Object
6 7 8 |
# File 'app/jobs/spree_cm_commissioner/oauth_access_tokens/cleanup_expired_job.rb', line 6 def perform SpreeCmCommissioner::OauthAccessTokens::CleanupExpired.new.call end |