Sha256: 8f4273609a29339d343d13ee2e0bcaa93d5b6aa8d8070dd831b7d09aa7a0f89b
Contents?: true
Size: 691 Bytes
Versions: 55
Compression:
Stored size: 691 Bytes
Contents
# typed: strong # == Custom Generator == # 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