Class: ROM::Finalize
- Inherits:
-
Object
- Object
- ROM::Finalize
- Defined in:
- core/lib/rom/setup/finalize.rb,
core/lib/rom/setup/finalize/finalize_mappers.rb,
core/lib/rom/setup/finalize/finalize_commands.rb,
core/lib/rom/setup/finalize/finalize_relations.rb
Overview
This giant builds an container using defined classes for core parts of ROM
It is used by the setup object after it's done gathering class definitions
Defined Under Namespace
Classes: FinalizeCommands, FinalizeMappers, FinalizeRelations
Instance Attribute Summary collapse
-
#command_classes ⇒ Object
readonly
Returns the value of attribute command_classes.
-
#config ⇒ Object
readonly
Returns the value of attribute config.
-
#gateways ⇒ Object
readonly
Returns the value of attribute gateways.
-
#mapper_classes ⇒ Object
readonly
Returns the value of attribute mapper_classes.
-
#mapper_objects ⇒ Object
readonly
Returns the value of attribute mapper_objects.
-
#notifications ⇒ Object
readonly
Returns the value of attribute notifications.
-
#plugins ⇒ Object
readonly
Returns the value of attribute plugins.
-
#relation_classes ⇒ Object
readonly
Returns the value of attribute relation_classes.
-
#repo_adapter ⇒ Object
readonly
Returns the value of attribute repo_adapter.
Instance Attribute Details
#command_classes ⇒ Object (readonly)
Returns the value of attribute command_classes.
25 26 27 |
# File 'core/lib/rom/setup/finalize.rb', line 25 def command_classes @command_classes end |
#config ⇒ Object (readonly)
Returns the value of attribute config.
25 26 27 |
# File 'core/lib/rom/setup/finalize.rb', line 25 def config @config end |
#gateways ⇒ Object (readonly)
Returns the value of attribute gateways.
25 26 27 |
# File 'core/lib/rom/setup/finalize.rb', line 25 def gateways @gateways end |
#mapper_classes ⇒ Object (readonly)
Returns the value of attribute mapper_classes.
25 26 27 |
# File 'core/lib/rom/setup/finalize.rb', line 25 def mapper_classes @mapper_classes end |
#mapper_objects ⇒ Object (readonly)
Returns the value of attribute mapper_objects.
25 26 27 |
# File 'core/lib/rom/setup/finalize.rb', line 25 def mapper_objects @mapper_objects end |
#notifications ⇒ Object (readonly)
Returns the value of attribute notifications.
25 26 27 |
# File 'core/lib/rom/setup/finalize.rb', line 25 def notifications @notifications end |
#plugins ⇒ Object (readonly)
Returns the value of attribute plugins.
25 26 27 |
# File 'core/lib/rom/setup/finalize.rb', line 25 def plugins @plugins end |
#relation_classes ⇒ Object (readonly)
Returns the value of attribute relation_classes.
25 26 27 |
# File 'core/lib/rom/setup/finalize.rb', line 25 def relation_classes @relation_classes end |
#repo_adapter ⇒ Object (readonly)
Returns the value of attribute repo_adapter.
25 26 27 |
# File 'core/lib/rom/setup/finalize.rb', line 25 def repo_adapter @repo_adapter end |