Class: ROM::Finalize::FinalizeMappers

Inherits:
Object
  • Object
show all
Defined in:
core/lib/rom/setup/finalize/finalize_mappers.rb

Instance Attribute Summary collapse

Instance Attribute Details

#mapper_classesObject (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_objectsObject (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_hashObject (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