Sha256: 1585cdc6f11538251f01ea126122c107764b2bfe6337385f58921fd0dd500302

Contents?: true

Size: 653 Bytes

Versions: 4

Compression:

Stored size: 653 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).void }
  def self.perform_later(*_); end

  sig { params(_: T.untyped).void }
  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

4 entries across 1 versions & 1 rubygems

Version Path
sorbet-rails-0.7.1 spec/test_data/v5.0/expected_custom_application_job.rbi
sorbet-rails-0.7.1 spec/test_data/v5.1/expected_custom_application_job.rbi
sorbet-rails-0.7.1 spec/test_data/v5.2/expected_custom_application_job.rbi
sorbet-rails-0.7.1 spec/test_data/v6.0/expected_custom_application_job.rbi