Table of Contents - ioc_rb-0.5.0 Documentation
Classes and Modules
- Array
- Class
- Hash
- IocRb
- IocRb::ArgsValidator
- IocRb::BeanFactory
- IocRb::BeanMetadata
- IocRb::BeanMetadata::Attribute
- IocRb::BeanMetadata::Dsl
- IocRb::BeansMetadataStorage
- IocRb::ConstLoaders
- IocRb::ConstLoaders::ActiveSupport
- IocRb::ConstLoaders::DEFAULT_CONST_LOADER
- IocRb::ConstLoaders::Native
- IocRb::Container
- IocRb::Errors
- IocRb::Errors::DuplicateBeanError
- IocRb::Errors::MissingBeanError
- IocRb::Errors::UnsupportedScopeError
- IocRb::Scopes
- IocRb::Scopes::PrototypeScope
- IocRb::Scopes::RequestScope
- IocRb::Scopes::SingletonScope
- Kernel
- Module
- Object
Methods
- ::block_given! — IocRb::ArgsValidator
- ::has_key! — IocRb::ArgsValidator
- ::inject — Object
- ::is_array! — IocRb::ArgsValidator
- ::is_hash! — IocRb::ArgsValidator
- ::is_symbol! — IocRb::ArgsValidator
- ::load_const — IocRb::ConstLoaders::ActiveSupport
- ::load_const — IocRb::ConstLoaders::Native
- ::load_const — IocRb::ConstLoaders::Native
- ::new — IocRb::BeanFactory
- ::new — IocRb::BeanMetadata
- ::new — IocRb::BeanMetadata::Attribute
- ::new — IocRb::BeanMetadata::Dsl
- ::new — IocRb::BeansMetadataStorage
- ::new — IocRb::Container
- ::new — IocRb::Scopes::PrototypeScope
- ::new — IocRb::Scopes::RequestScope
- ::new — IocRb::Scopes::SingletonScope
- ::new_with_beans — IocRb::Container
- #[] — IocRb::Container
- #arg — IocRb::BeanMetadata::Dsl
- #attr — IocRb::BeanMetadata::Dsl
- #bean — IocRb::Container
- #bean_classes — IocRb::BeansMetadataStorage
- #by_name — IocRb::BeansMetadataStorage
- #class_attribute — Class
- #class_eval — Kernel
- #create_bean_and_save — IocRb::BeanFactory
- #delete_bean — IocRb::BeanFactory
- #delete_bean — IocRb::Scopes::PrototypeScope
- #delete_bean — IocRb::Scopes::RequestScope
- #delete_bean — IocRb::Scopes::SingletonScope
- #eager_load_bean_classes — IocRb::Container
- #extract_options! — Array
- #extractable_options? — Hash
- #fetch_attrs! — IocRb::BeanMetadata
- #get_bean — IocRb::BeanFactory
- #get_bean — IocRb::Scopes::PrototypeScope
- #get_bean — IocRb::Scopes::RequestScope
- #get_bean — IocRb::Scopes::SingletonScope
- #get_bean_with_metadata — IocRb::BeanFactory
- #get_scope_by_metadata — IocRb::BeanFactory
- #has_factory_method? — IocRb::BeanMetadata
- #put — IocRb::BeansMetadataStorage
- #redefine_method — Module
- #remove_possible_method — Module
- #replace_bean — IocRb::Container
- #set_bean_dependencies — IocRb::BeanFactory
- #singleton_class? — Class