Arie/serveme

View on GitHub
sorbet/rbi/dsl/turbo/streams/action_broadcast_job.rbi

Summary

Maintainability
Test Coverage
# typed: true

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

class Turbo::Streams::ActionBroadcastJob
  class << self
    sig do
      params(
        stream: T.untyped,
        action: T.untyped,
        target: T.untyped,
        rendering: T.untyped
      ).returns(T.any(Turbo::Streams::ActionBroadcastJob, FalseClass))
    end
    def perform_later(stream, action:, target:, **rendering); end

    sig { params(stream: T.untyped, action: T.untyped, target: T.untyped, rendering: T.untyped).returns(T.untyped) }
    def perform_now(stream, action:, target:, **rendering); end
  end
end