SYMBOL INDEX (138 symbols across 30 files) FILE: app/assets/stripe/stripe_elements.js function stripeTokenHandler (line 35) | function stripeTokenHandler(token) { FILE: app/controllers/stripe/application_controller.rb type Stripe (line 1) | module Stripe class ApplicationController (line 2) | class ApplicationController < ActionController::Base FILE: app/controllers/stripe/events_controller.rb type Stripe (line 1) | module Stripe class EventsController (line 2) | class EventsController < ::Stripe::ApplicationController method create (line 6) | def create FILE: app/helpers/stripe/javascript_helper.rb type Stripe (line 1) | module Stripe type JavascriptHelper (line 2) | module JavascriptHelper function stripe_javascript_tag (line 5) | def stripe_javascript_tag(stripe_js_version = DEFAULT_STRIPE_JS_VERS... function stripe_elements_tag (line 11) | def stripe_elements_tag(submit_path:, FILE: app/models/stripe/event_dispatch.rb type Stripe (line 1) | module Stripe type EventDispatch (line 2) | module EventDispatch function dispatch_stripe_event (line 3) | def dispatch_stripe_event(request) function retrieve_stripe_event (line 10) | def retrieve_stripe_event(request) function webhook_event (line 27) | def webhook_event(body, sig_header, endpoint_secrets) FILE: lib/generators/stripe/install_generator.rb type Stripe (line 1) | module Stripe class InstallGenerator (line 2) | class InstallGenerator < ::Rails::Generators::Base method copy_plans_file (line 6) | def copy_plans_file FILE: lib/stripe/billing_tier.rb type Stripe (line 1) | module Stripe type Plans (line 2) | module Plans class BillingTier (line 3) | class BillingTier method initialize (line 18) | def initialize(attrs) method to_h (line 24) | def to_h FILE: lib/stripe/callbacks.rb type Stripe (line 3) | module Stripe type Callbacks (line 4) | module Callbacks function run_callbacks (line 136) | def run_callbacks(evt, target) function _run_callbacks (line 141) | def _run_callbacks(type, evt, target) function run_critical_callbacks (line 146) | def run_critical_callbacks(type, evt, target) function run_noncritical_callbacks (line 152) | def run_noncritical_callbacks(type, evt, target) FILE: lib/stripe/callbacks/builder.rb type Stripe (line 1) | module Stripe type Callbacks (line 2) | module Callbacks type Builder (line 3) | module Builder type ClassMethods (line 14) | module ClassMethods function clear_callbacks! (line 20) | def clear_callbacks! function callback (line 25) | def callback(name) function callback_matcher (line 36) | def callback_matcher(options, block) FILE: lib/stripe/configuration_builder.rb type Stripe (line 3) | module Stripe type ConfigurationBuilder (line 4) | module ConfigurationBuilder function configuration_for (line 9) | def configuration_for(class_id, &block) function configurations (line 25) | def configurations function all (line 29) | def all function [] (line 33) | def [](key) function []= (line 37) | def []=(key, value) function put! (line 41) | def put! function reset! (line 45) | def reset! class Configuration (line 51) | class Configuration method initialize (line 55) | def initialize(id, stripe_class, stripe_configuration_class) method finalize! (line 61) | def finalize! method validate! (line 66) | def validate! method globalize! (line 70) | def globalize! method put! (line 76) | def put! method reset! (line 85) | def reset! method compact_create_options (line 93) | def compact_create_options method to_s (line 97) | def to_s method exists? (line 101) | def exists? class InvalidConfigurationError (line 109) | class InvalidConfigurationError < StandardError method initialize (line 112) | def initialize(errors) FILE: lib/stripe/coupons.rb type Stripe (line 1) | module Stripe type Coupons (line 2) | module Coupons function initialize (line 16) | def initialize(*args) function repeating? (line 22) | def repeating? function create_options (line 26) | def create_options FILE: lib/stripe/current_api_version.rb class CurrentApiVersion (line 1) | class CurrentApiVersion method call (line 2) | def self.call method after_switch_to_products_in_plans? (line 9) | def self.after_switch_to_products_in_plans? FILE: lib/stripe/engine.rb type Stripe (line 3) | module Stripe class Engine (line 4) | class Engine < ::Rails::Engine method signing_secret= (line 13) | def signing_secret=(value) method signing_secret (line 17) | def signing_secret method api_key= (line 22) | def stripe_config.api_key=(key) FILE: lib/stripe/plans.rb type Stripe (line 1) | module Stripe type Plans (line 2) | module Plans function initialize (line 50) | def initialize(*args) function aggregate_usage_must_be_metered (line 58) | def aggregate_usage_must_be_metered function name_or_product_id (line 62) | def name_or_product_id function billing_scheme_must_be_tiered (line 66) | def billing_scheme_must_be_tiered function tiers_must_be_array (line 70) | def tiers_must_be_array function billing_tiers (line 74) | def billing_tiers function validate_tiers (line 78) | def validate_tiers type ConstTester (line 82) | module ConstTester; end function valid_constant_name (line 83) | def valid_constant_name function create_options (line 90) | def create_options function default_create_options (line 98) | def default_create_options function product_options (line 117) | def product_options function create_options_without_products (line 123) | def create_options_without_products FILE: lib/stripe/prices.rb type Stripe (line 1) | module Stripe type Prices (line 2) | module Prices function initialize (line 57) | def initialize(*args) function put! (line 67) | def put! function reset! (line 77) | def reset! function exists? (line 82) | def exists? function stripe_object (line 88) | def stripe_object function stripe_id (line 94) | def stripe_id function recurring_interval (line 98) | def recurring_interval function recurring_aggregate_usage (line 102) | def recurring_aggregate_usage function recurring_usage_type (line 106) | def recurring_usage_type function recurring_interval_count (line 110) | def recurring_interval_count function recurring_aggregate_usage_must_be_metered (line 115) | def recurring_aggregate_usage_must_be_metered function recurring_interval_count_maximum (line 119) | def recurring_interval_count_maximum function name_or_product_id (line 128) | def name_or_product_id function billing_scheme_must_be_tiered (line 132) | def billing_scheme_must_be_tiered function tiers_must_be_array (line 136) | def tiers_must_be_array function billing_tiers (line 140) | def billing_tiers function validate_tiers (line 144) | def validate_tiers type ConstTester (line 148) | module ConstTester; end function valid_constant_name (line 149) | def valid_constant_name function reset_options (line 156) | def reset_options function create_options (line 164) | def create_options function product_options (line 181) | def product_options FILE: lib/stripe/products.rb type Stripe (line 1) | module Stripe type Products (line 2) | module Products function good? (line 28) | def good? function service? (line 32) | def service? function create_options (line 36) | def create_options FILE: lib/stripe/rails/testing.rb type Stripe (line 9) | module Stripe type Rails (line 10) | module Rails type Testing (line 11) | module Testing function send_event (line 12) | def self.send_event(event, properties = {}) FILE: lib/stripe/rails/version.rb type Stripe (line 1) | module Stripe type Rails (line 2) | module Rails FILE: test/dummy/app/controllers/apis_controller.rb class ApisController (line 3) | class ApisController < ApiControllerKlass method index (line 4) | def index FILE: test/dummy/app/controllers/application_controller.rb class ApplicationController (line 1) | class ApplicationController < ActionController::Base FILE: test/dummy/app/controllers/stripes_controller.rb class StripesController (line 1) | class StripesController < ApplicationController method new (line 2) | def new FILE: test/dummy/app/helpers/application_helper.rb type ApplicationHelper (line 1) | module ApplicationHelper FILE: test/dummy/app/models/dummy/model_with_callbacks.rb class Dummy::ModelWithCallbacks (line 1) | class Dummy::ModelWithCallbacks FILE: test/dummy/config/application.rb type Dummy (line 11) | module Dummy class Application (line 12) | class Application < Rails::Application FILE: test/dummy/lib/dummy/module_with_callbacks.rb class Dummy::ModuleWithCallbacks (line 1) | class Dummy::ModuleWithCallbacks FILE: test/dummy_stripes_controller_spec.rb class DummyStripesControllerSpec (line 3) | class DummyStripesControllerSpec < ApplicationSystemTestCase FILE: test/stripe_initializers_spec.rb function rerun_initializers! (line 16) | def rerun_initializers! FILE: test/support/application_system_test_case.rb class ApplicationSystemTestCase (line 1) | class ApplicationSystemTestCase < ActionDispatch::SystemTestCase FILE: test/support/callback_helpers.rb type CallbackHelpers (line 1) | module CallbackHelpers function type= (line 2) | def type=(type) function run_callback_with (line 8) | def run_callback_with(callback) FILE: test/support/fixture_loader.rb type FixtureLoader (line 1) | module FixtureLoader function load_request_fixture (line 2) | def load_request_fixture(name)