Class: ROM::Finalize::FinalizeMappers
- Inherits:
-
Object
- Object
- ROM::Finalize::FinalizeMappers
- Defined in:
- core/lib/rom/setup/finalize/finalize_mappers.rb
Instance Attribute Summary collapse
-
#mapper_classes ⇒ Object
readonly
Returns the value of attribute mapper_classes.
-
#mapper_objects ⇒ Object
readonly
Returns the value of attribute mapper_objects.
-
#registry_hash ⇒ Object
readonly
Returns the value of attribute registry_hash.
Instance Attribute Details
#mapper_classes ⇒ Object (readonly)
Returns the value of attribute mapper_classes.
8 9 10 |
# File 'core/lib/rom/setup/finalize/finalize_mappers.rb', line 8 def mapper_classes @mapper_classes end |
#mapper_objects ⇒ Object (readonly)
Returns the value of attribute mapper_objects.
8 9 10 |
# File 'core/lib/rom/setup/finalize/finalize_mappers.rb', line 8 def mapper_objects @mapper_objects end |
#registry_hash ⇒ Object (readonly)
Returns the value of attribute registry_hash.
8 9 10 |
# File 'core/lib/rom/setup/finalize/finalize_mappers.rb', line 8 def registry_hash @registry_hash end |