Table of Contents - activeinteractor-1.1.2 Documentation
Classes and Modules
- ActiveInteractor
- ActiveInteractor::Base
- ActiveInteractor::Config
- ActiveInteractor::Configurable
- ActiveInteractor::Configurable::ClassMethods
- ActiveInteractor::Context
- ActiveInteractor::Context::Attributes
- ActiveInteractor::Context::Attributes::ClassMethods
- ActiveInteractor::Context::BASE_CONTEXT
- ActiveInteractor::Context::Base
- ActiveInteractor::Context::Errors
- ActiveInteractor::Context::Loader
- ActiveInteractor::Context::Status
- ActiveInteractor::Error
- ActiveInteractor::Error::ContextFailure
- ActiveInteractor::Error::InvalidContextClass
- ActiveInteractor::Generators
- ActiveInteractor::Generators::ApplicationContextGenerator
- ActiveInteractor::Generators::ApplicationInteractorGenerator
- ActiveInteractor::Generators::ApplicationOrganizerGenerator
- ActiveInteractor::Generators::Base
- ActiveInteractor::Generators::Generator
- ActiveInteractor::Generators::InstallGenerator
- ActiveInteractor::Generators::NamedBase
- ActiveInteractor::Interactor
- ActiveInteractor::Interactor::Callbacks
- ActiveInteractor::Interactor::Callbacks::ClassMethods
- ActiveInteractor::Interactor::Context
- ActiveInteractor::Interactor::Context::ClassMethods
- ActiveInteractor::Interactor::Perform
- ActiveInteractor::Interactor::Perform::ClassMethods
- ActiveInteractor::Interactor::Perform::Options
- ActiveInteractor::Interactor::Worker
- ActiveInteractor::Models
- ActiveInteractor::Models::InstanceMethods
- ActiveInteractor::Organizer
- ActiveInteractor::Organizer::Base
- ActiveInteractor::Organizer::Callbacks
- ActiveInteractor::Organizer::Callbacks::ClassMethods
- ActiveInteractor::Organizer::InteractorInterface
- ActiveInteractor::Organizer::InteractorInterfaceCollection
- ActiveInteractor::Organizer::Organize
- ActiveInteractor::Organizer::Organize::ClassMethods
- ActiveInteractor::Organizer::Perform
- ActiveInteractor::Organizer::Perform::ClassMethods
- ActiveInteractor::Rails
- ActiveInteractor::Rails::Railtie
- ApplicationContext
- ApplicationInteractor
- ApplicationOrganizer
- Interactor
- Interactor::Context
- Interactor::Context::Generators
- Interactor::Context::Generators::RspecGenerator
- Interactor::Context::Generators::TestUnitGenerator
- Interactor::Generators
- Interactor::Generators::ContextGenerator
- Interactor::Generators::GeneratesContext
- Interactor::Generators::GeneratesContext::WithArguments
- Interactor::Generators::OrganizerGenerator
- Interactor::Generators::RspecGenerator
- Interactor::Generators::TestUnitGenerator
- InteractorGenerator
- Object
Methods
- ::config — ActiveInteractor
- ::configure — ActiveInteractor
- ::create — ActiveInteractor::Context::Loader
- ::find_or_create — ActiveInteractor::Context::Loader
- ::included — ActiveInteractor::Configurable
- ::included — ActiveInteractor::Interactor::Callbacks
- ::included — ActiveInteractor::Organizer::Callbacks
- ::included — ActiveInteractor::Organizer::Perform
- ::included — Interactor::Generators::GeneratesContext
- ::included — Interactor::Generators::GeneratesContext::WithArguments
- ::logger — ActiveInteractor
- ::new — ActiveInteractor::Error::ContextFailure
- ::new — ActiveInteractor::Error::InvalidContextClass
- ::new — ActiveInteractor::Interactor::Worker
- ::new — ActiveInteractor::Organizer::InteractorInterface
- ::new — ActiveInteractor::Organizer::InteractorInterfaceCollection
- ::new — ActiveInteractor::Configurable
- ::new — ActiveInteractor::Context::Attributes
- ::new — ActiveInteractor::Interactor::Context
- ::new — ActiveInteractor::Models::InstanceMethods
- ::possible_classes — ActiveInteractor::Context::Loader
- #[] — ActiveInteractor::Context::Attributes
- #[]= — ActiveInteractor::Context::Attributes
- #__defaults — ActiveInteractor::Configurable::ClassMethods
- #_called — ActiveInteractor::Context::Attributes
- #active_interactor_directory — ActiveInteractor::Generators::Generator
- #active_interactor_file — ActiveInteractor::Generators::NamedBase
- #active_interactor_options — ActiveInteractor::Generators::Generator
- #acts_as_context — ActiveInteractor::Models
- #add — ActiveInteractor::Organizer::InteractorInterfaceCollection
- #add_errors — ActiveInteractor::Context::Errors
- #after_context_validation — ActiveInteractor::Interactor::Callbacks::ClassMethods
- #after_each_perform — ActiveInteractor::Organizer::Callbacks::ClassMethods
- #after_perform — ActiveInteractor::Interactor::Callbacks::ClassMethods
- #after_rollback — ActiveInteractor::Interactor::Callbacks::ClassMethods
- #around_each_perform — ActiveInteractor::Organizer::Callbacks::ClassMethods
- #around_perform — ActiveInteractor::Interactor::Callbacks::ClassMethods
- #around_rollback — ActiveInteractor::Interactor::Callbacks::ClassMethods
- #attribute? — ActiveInteractor::Context::Attributes
- #attribute? — ActiveInteractor::Context::Attributes::ClassMethods
- #attributes — ActiveInteractor::Context::Attributes
- #attributes — ActiveInteractor::Context::Attributes::ClassMethods
- #before_context_validation — ActiveInteractor::Interactor::Callbacks::ClassMethods
- #before_each_perform — ActiveInteractor::Organizer::Callbacks::ClassMethods
- #before_perform — ActiveInteractor::Interactor::Callbacks::ClassMethods
- #before_rollback — ActiveInteractor::Interactor::Callbacks::ClassMethods
- #called! — ActiveInteractor::Context::Status
- #check_conditionals — ActiveInteractor::Organizer::InteractorInterface
- #clear_all_errors — ActiveInteractor::Context::Errors
- #concat — ActiveInteractor::Organizer::InteractorInterfaceCollection
- #context_attributes — Interactor::Generators::OrganizerGenerator
- #context_attributes_as_hash — ActiveInteractor::Context::Attributes
- #context_class — ActiveInteractor::Interactor::Context::ClassMethods
- #contextualize_with — ActiveInteractor::Interactor::Context::ClassMethods
- #copy_called! — ActiveInteractor::Context::Attributes
- #copy_flags! — ActiveInteractor::Context::Attributes
- #create_application_interactor — ActiveInteractor::Generators::ApplicationInteractorGenerator
- #create_application_organizer — ActiveInteractor::Generators::ApplicationContextGenerator
- #create_application_organizer — ActiveInteractor::Generators::ApplicationOrganizerGenerator
- #create_context — Interactor::Generators::ContextGenerator
- #create_context — InteractorGenerator
- #create_context — Interactor::Generators::OrganizerGenerator
- #create_initializer — ActiveInteractor::Generators::InstallGenerator
- #create_interactor — InteractorGenerator
- #create_organizer — Interactor::Generators::OrganizerGenerator
- #create_spec — Interactor::Context::Generators::RspecGenerator
- #create_spec — Interactor::Context::Generators::TestUnitGenerator
- #create_spec — Interactor::Generators::RspecGenerator
- #create_spec — Interactor::Generators::TestUnitGenerator
- #deep_dup — ActiveInteractor::Interactor::Perform
- #defaults — ActiveInteractor::Configurable::ClassMethods
- #each — ActiveInteractor::Organizer::InteractorInterfaceCollection
- #execute_and_merge_contexts — ActiveInteractor::Organizer::Perform
- #execute_context! — ActiveInteractor::Interactor::Worker
- #execute_context_with_callbacks! — ActiveInteractor::Interactor::Worker
- #execute_context_with_validation! — ActiveInteractor::Interactor::Worker
- #execute_context_with_validation_check! — ActiveInteractor::Interactor::Worker
- #execute_inplace_callback — ActiveInteractor::Organizer::InteractorInterface
- #execute_interactor — ActiveInteractor::Organizer::Perform
- #execute_interactor_rollback! — ActiveInteractor::Interactor::Worker
- #execute_interactor_with_callbacks — ActiveInteractor::Organizer::Perform
- #execute_perform — ActiveInteractor::Interactor::Worker
- #execute_perform! — ActiveInteractor::Interactor::Worker
- #execute_rollback — ActiveInteractor::Interactor::Worker
- #fail! — ActiveInteractor::Context::Status
- #fail? — ActiveInteractor::Context::Status
- #failure? — ActiveInteractor::Context::Status
- #failure_errors — ActiveInteractor::Context::Errors
- #file_name_with_suffix — ActiveInteractor::Generators::NamedBase
- #file_path — ActiveInteractor::Generators::ApplicationContextGenerator
- #file_path — ActiveInteractor::Generators::ApplicationInteractorGenerator
- #file_path — ActiveInteractor::Generators::ApplicationOrganizerGenerator
- #finalize_context! — ActiveInteractor::Interactor::Context
- #generate_application_context — Interactor::Generators::ContextGenerator
- #generate_application_interactor — InteractorGenerator
- #generate_application_organizer — Interactor::Generators::OrganizerGenerator
- #handle_error — ActiveInteractor::Interactor::Worker
- #handle_errors — ActiveInteractor::Context::Errors
- #has_attribute? — ActiveInteractor::Context::Attributes
- #has_attribute? — ActiveInteractor::Context::Attributes::ClassMethods
- #merge! — ActiveInteractor::Context::Attributes
- #merge_attribute_values — ActiveInteractor::Context::Attributes
- #merge_contexts — ActiveInteractor::Organizer::Perform
- #merge_errors! — ActiveInteractor::Context::Errors
- #merged_context_attributes — ActiveInteractor::Context::Attributes
- #normalize_options — ActiveInteractor::Interactor::Callbacks::ClassMethods
- #options — ActiveInteractor::Interactor::Perform
- #organize — ActiveInteractor::Organizer::Organize::ClassMethods
- #organized — ActiveInteractor::Organizer::Organize::ClassMethods
- #perform — ActiveInteractor::Organizer::InteractorInterface
- #perform — ActiveInteractor::Interactor::Perform
- #perform — ActiveInteractor::Interactor::Perform::ClassMethods
- #perform — ActiveInteractor::Organizer::Perform
- #perform! — ActiveInteractor::Interactor::Perform::ClassMethods
- #perform_in_order — ActiveInteractor::Organizer::Perform
- #perform_in_parallel — ActiveInteractor::Organizer::Perform
- #perform_in_parallel — ActiveInteractor::Organizer::Perform::ClassMethods
- #resolve — ActiveInteractor::Context::Status
- #resolve_errors — ActiveInteractor::Context::Errors
- #resolve_option — ActiveInteractor::Organizer::InteractorInterface
- #rollback — ActiveInteractor::Interactor::Perform
- #rollback! — ActiveInteractor::Context::Status
- #skip_context? — Interactor::Generators::GeneratesContext
- #source_root — ActiveInteractor::Generators::Generator
- #success? — ActiveInteractor::Context::Status
- #successful? — ActiveInteractor::Context::Status
- #validate_context — ActiveInteractor::Interactor::Worker
- #validate_on_called — ActiveInteractor::Interactor::Worker
- #validate_on_calling — ActiveInteractor::Interactor::Worker
- #with_options — ActiveInteractor::Interactor::Perform
- #worker — ActiveInteractor::Interactor::Perform