# sig/generators/coupdoeil/install/install_generator.rbs class Coupdoeil::InstallGenerator < Coupdoeil::Rails::Generators::Base def add_with_node: () -> untyped def append_to_importmap: () -> untyped def create_base_class: () -> untyped def hidden_class_requirement: () -> untyped def import_stylesheet: () -> untyped def insert_default_layout: () -> untyped def install_javascripts: () -> untyped def install_stylesheets: () -> untyped end # tmp/gems/coupdoeil/1.0.3/data/app/models/coupdoeil/popover.rbs class Coupdoeil::Popover < Coupdoeil::AbstractController::Base def controller: () -> untyped def default_options: () -> untyped def default_options_for: () -> untyped def helpers: () -> untyped def inherited: () -> untyped def initialize: () -> void def method_missing: () -> untyped def popover_resource_name: () -> untyped def process: () -> untyped def render: () -> untyped def respond_to_missing?: () -> untyped def setup_class: () -> untyped def view_context: () -> untyped def with: () -> untyped end # tmp/gems/coupdoeil/1.0.3/data/app/models/coupdoeil/popover/option.rbs class Coupdoeil::Popover::Option def inherited: () -> untyped def initialize: () -> void def into_bits: () -> untyped def raise_invalid_option: () -> untyped def validate!: () -> untyped def validate_inclusion!: () -> untyped end # tmp/gems/coupdoeil/1.0.3/data/app/models/coupdoeil/popover/option/animation.rbs class Coupdoeil::Popover::Option::Animation < Coupdoeil::Popover::Option::Coupdoeil::Popover::Option def parse: () -> untyped def validate!: () -> untyped end # tmp/gems/coupdoeil/1.0.3/data/app/models/coupdoeil/popover/option/cache.rbs class Coupdoeil::Popover::Option::Cache < Coupdoeil::Popover::Option::Coupdoeil::Popover::Option def parse: () -> untyped def validate!: () -> untyped end # tmp/gems/coupdoeil/1.0.3/data/app/models/coupdoeil/popover/option/loading.rbs class Coupdoeil::Popover::Option::Loading < Coupdoeil::Popover::Option::Coupdoeil::Popover::Option def parse: () -> untyped def validate!: () -> untyped end # tmp/gems/coupdoeil/1.0.3/data/app/models/coupdoeil/popover/option/offset.rbs class Coupdoeil::Popover::Option::Offset < Coupdoeil::Popover::Option::Coupdoeil::Popover::Option def ensure_no_overflow: () -> untyped def parse: () -> untyped def validate!: () -> untyped end # tmp/gems/coupdoeil/1.0.3/data/app/models/coupdoeil/popover/option/opening_delay.rbs class Coupdoeil::Popover::Option::OpeningDelay < Coupdoeil::Popover::Option::Coupdoeil::Popover::Option def parse: () -> untyped def validate!: () -> untyped end # tmp/gems/coupdoeil/1.0.3/data/app/models/coupdoeil/popover/option/placement.rbs class Coupdoeil::Popover::Option::Placement < Coupdoeil::Popover::Option::Coupdoeil::Popover::Option def parse: () -> untyped def validate!: () -> untyped end # tmp/gems/coupdoeil/1.0.3/data/app/models/coupdoeil/popover/option/trigger.rbs class Coupdoeil::Popover::Option::Trigger < Coupdoeil::Popover::Option::Coupdoeil::Popover::Option def parse: () -> untyped def validate!: () -> untyped end # tmp/gems/coupdoeil/1.0.3/data/app/models/coupdoeil/popover/options_set.rbs class Coupdoeil::Popover::OptionsSet def custom_animation?: () -> untyped def dup: () -> untyped def initialize: () -> void def merge: () -> untyped def preload?: () -> untyped def to_base36: () -> untyped def to_h: () -> untyped def validate!: () -> untyped def validate!: () -> untyped end # tmp/gems/coupdoeil/1.0.3/data/app/models/coupdoeil/popover/registry.rbs class Coupdoeil::Popover::Registry def initialize: () -> void def lookup: () -> untyped def lookup_or_register: () -> untyped def register: () -> untyped def safe_lookup: () -> untyped end # tmp/gems/coupdoeil/1.0.3/data/app/models/coupdoeil/popover/setup.rbs class Coupdoeil::Popover::Setup def identifier: () -> untyped def initialize: () -> void def options: () -> untyped def render_in: () -> untyped def with_options: () -> untyped def with_params: () -> untyped def with_type: () -> untyped end # sig/generators/coupdoeil/popover/popover_generator.rbs class Coupdoeil::PopoverGenerator < Coupdoeil::Rails::Generators::NamedBase def create_popover_file: () -> untyped end # tmp/gems/coupdoeil/1.0.3/data/app/controllers/coupdoeil/popovers_controller.rbs class Coupdoeil::PopoversController < Coupdoeil::ApplicationController def create: () -> untyped def set_action_and_resource_name: () -> untyped def set_popover_class: () -> untyped def set_popover_class: () -> untyped def set_popover_params: () -> untyped end # tmp/gems/coupdoeil/1.0.3/data/app/models/coupdoeil/tag.rbs class Coupdoeil::Tag def initialize: () -> void def popover_attributes: () -> untyped def render_in: () -> untyped def tag_attributes: () -> untyped end # tmp/gems/coupdoeil/1.0.3/data/app/helpers/coupdoeil/application_helper.rbs module Coupdoeil::ApplicationHelper def coupdoeil_popover_tag: () -> untyped end # tmp/gems/coupdoeil/1.0.3/data/app/models/coupdoeil/params.rbs module Coupdoeil::Params def convert_to_global_id_hash: () -> untyped def deserialize: () -> untyped def deserialize_global_id: () -> untyped def deserialize_hash: () -> untyped def deserialize_param: () -> untyped def serialize: () -> untyped def serialize_hash: () -> untyped def serialize_hash_key: () -> untyped def serialize_param: () -> untyped def serialized_global_id?: () -> untyped end # tmp/gems/coupdoeil/1.0.3/data/app/models/coupdoeil/popover/view_context_delegation.rbs module Coupdoeil::Popover::ViewContextDelegation def config: () -> untyped def controller: () -> untyped def form_authenticity_token: () -> untyped def helpers: () -> untyped def params: () -> untyped def protect_against_forgery?: () -> untyped def request_forgery_protection_token: () -> untyped end