Sha256: 073ca134d58ea4c67c61c560aed3ee39103e8bbc14591eef45b958f43979a5a2
Contents?: true
Size: 666 Bytes
Versions: 55
Compression:
Stored size: 666 Bytes
Contents
# typed: strong # This is an autogenerated file for Rails' jobs. # Please rerun bundle exec rake rails_rbi:jobs to regenerate. class ApplicationJob sig { params(_: T.untyped).returns(ApplicationJob) } def self.perform_later(*_); end sig { params(_: T.untyped).returns(ApplicationJob) } def self.perform_now(*_); end sig do params( wait: T.nilable(ActiveSupport::Duration), wait_until: T.nilable(T.any(ActiveSupport::TimeWithZone, Date, Time)), queue: T.nilable(T.any(String, Symbol)), priority: T.nilable(Integer) ).returns(T.self_type) end def self.set(wait: nil, wait_until: nil, queue: nil, priority: nil); end end
Version data entries
55 entries across 17 versions & 1 rubygems