# sig/rails_band/action_controller/event/exist_fragment.rbs class RailsBand::ActionController::Event::ExistFragment < RailsBand::ActionController::Event::BaseEvent def key: () -> untyped end # sig/rails_band/action_controller/event/expire_fragment.rbs class RailsBand::ActionController::Event::ExpireFragment < RailsBand::ActionController::Event::BaseEvent def key: () -> untyped end # sig/rails_band/action_controller/event/halted_callback.rbs class RailsBand::ActionController::Event::HaltedCallback < RailsBand::ActionController::Event::BaseEvent def filter: () -> untyped end # sig/rails_band/action_controller/event/process_action.rbs class RailsBand::ActionController::Event::ProcessAction < RailsBand::ActionController::Event::BaseEvent def action: () -> untyped def controller: () -> untyped def db_runtime: () -> untyped def format: () -> untyped def headers: () -> untyped def method: () -> untyped def params: () -> untyped def path: () -> untyped def status: () -> untyped def view_runtime: () -> untyped end # sig/rails_band/action_controller/event/read_fragment.rbs class RailsBand::ActionController::Event::ReadFragment < RailsBand::ActionController::Event::BaseEvent def key: () -> untyped end # sig/rails_band/action_controller/event/redirect_to.rbs class RailsBand::ActionController::Event::RedirectTo < RailsBand::ActionController::Event::BaseEvent def location: () -> untyped def status: () -> untyped end # sig/rails_band/action_controller/event/send_data.rbs class RailsBand::ActionController::Event::SendData < RailsBand::ActionController::Event::BaseEvent def disposition: () -> untyped def filename: () -> untyped def status: () -> untyped def type: () -> untyped end # sig/rails_band/action_controller/event/send_file.rbs class RailsBand::ActionController::Event::SendFile < RailsBand::ActionController::Event::BaseEvent def disposition: () -> untyped def filename: () -> untyped def path: () -> untyped def status: () -> untyped def type: () -> untyped def url_based_filename: () -> untyped end # sig/rails_band/action_controller/event/start_processing.rbs class RailsBand::ActionController::Event::StartProcessing < RailsBand::ActionController::Event::BaseEvent def action: () -> untyped def controller: () -> untyped def format: () -> untyped def headers: () -> untyped def method: () -> untyped def params: () -> untyped def path: () -> untyped end # sig/rails_band/action_controller/event/unpermitted_parameters.rbs class RailsBand::ActionController::Event::UnpermittedParameters < RailsBand::ActionController::Event::BaseEvent def keys: () -> untyped end # sig/rails_band/action_controller/event/write_fragment.rbs class RailsBand::ActionController::Event::WriteFragment < RailsBand::ActionController::Event::BaseEvent def key: () -> untyped end # sig/rails_band/action_controller/log_subscriber.rbs class RailsBand::ActionController::LogSubscriber < ActiveSupport::LogSubscriber def consumer_of: () -> untyped def exist_fragment?: () -> untyped def expire_fragment: () -> untyped def halted_callback: () -> untyped def process_action: () -> untyped def read_fragment: () -> untyped def redirect_to: () -> untyped def send_data: () -> untyped def send_file: () -> untyped def start_processing: () -> untyped def unpermitted_parameters: () -> untyped def write_fragment: () -> untyped end # sig/rails_band/action_view/event/render_collection.rbs class RailsBand::ActionView::Event::RenderCollection < RailsBand::ActionView::Event::BaseEvent def cache_hits: () -> untyped def count: () -> untyped def identifier: () -> untyped def layout: () -> untyped end # sig/rails_band/action_view/event/render_partial.rbs class RailsBand::ActionView::Event::RenderPartial < RailsBand::ActionView::Event::BaseEvent def cache_hit: () -> untyped def identifier: () -> untyped def layout: () -> untyped end # sig/rails_band/action_view/event/render_template.rbs class RailsBand::ActionView::Event::RenderTemplate < RailsBand::ActionView::Event::BaseEvent def identifier: () -> untyped def layout: () -> untyped end # sig/rails_band/action_view/log_subscriber.rbs class RailsBand::ActionView::LogSubscriber < ActiveSupport::LogSubscriber def consumer_of: () -> untyped def render_collection: () -> untyped def render_partial: () -> untyped def render_template: () -> untyped end # sig/rails_band/active_record/event/instantiation.rbs class RailsBand::ActiveRecord::Event::Instantiation < RailsBand::ActiveRecord::Event::BaseEvent def class_name: () -> untyped def record_count: () -> untyped end # sig/rails_band/active_record/event/sql.rbs class RailsBand::ActiveRecord::Event::Sql < RailsBand::ActiveRecord::Event::BaseEvent def async: () -> untyped def binds: () -> untyped def cached: () -> untyped def connection: () -> untyped def sql: () -> untyped def sql_name: () -> untyped def statement_name: () -> untyped def type_casted_binds: () -> untyped end # sig/rails_band/active_record/event/strict_loading_violation.rbs class RailsBand::ActiveRecord::Event::StrictLoadingViolation < RailsBand::ActiveRecord::Event::BaseEvent def owner: () -> untyped def reflection: () -> untyped end # sig/rails_band/active_record/log_subscriber.rbs class RailsBand::ActiveRecord::LogSubscriber < ActiveSupport::LogSubscriber def consumer_of: () -> untyped def instantiation: () -> untyped def sql: () -> untyped def strict_loading_violation: () -> untyped end # sig/rails_band/base_event.rbs class RailsBand::BaseEvent def initialize: () -> void def non_hash_keys: () -> untyped def slice: () -> untyped def to_h: () -> untyped end # sig/rails_band/configuration.rbs class RailsBand::Configuration def consumers=: () -> untyped def initialize: () -> void end # sig/rails_band/configuration.rbs class RailsBand::Configuration::Consumers < RailsBand::Configuration::ActiveSupport::HashWithIndifferentAccess def []=: () -> untyped end # sig/rails_band/action_view/from_views.rbs module RailsBand::ActionView::FromViews def from_views: () -> untyped def views_prefix: () -> untyped end