Arie/serveme

View on GitHub
sorbet/rbi/dsl/servers_notification_worker.rbi

Summary

Maintainability
Test Coverage
# typed: true

# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `ServersNotificationWorker`.
# Please instead update this file by running `bin/tapioca dsl ServersNotificationWorker`.

class ServersNotificationWorker
  class << self
    sig { returns(String) }
    def perform_async; end

    sig { params(interval: T.any(DateTime, Time)).returns(String) }
    def perform_at(interval); end

    sig { params(interval: Numeric).returns(String) }
    def perform_in(interval); end
  end
end