Sha256: 7feeeb1361a46d1d767525b2c7fa56dba1dd0c1bd5aa4797378468a6c69211f6
Contents?: true
Size: 768 Bytes
Versions: 55
Compression:
Stored size: 768 Bytes
Contents
# typed: strong # This is an autogenerated file for Rails' jobs. # Please rerun bundle exec rake rails_rbi:jobs to regenerate. class AwardHousePointHourglasses sig { params(student: Wizard, point: Integer).returns(AwardHousePointHourglasses) } def self.perform_later(student:, point:); end sig { params(student: Wizard, point: Integer).returns(AwardHousePointHourglasses) } def self.perform_now(student:, point:); 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