Class: ROM::AutoRegistrationStrategies::Base Private
- Inherits:
-
Object
- Object
- ROM::AutoRegistrationStrategies::Base
- Extended by:
- Initializer
- Defined in:
- core/lib/rom/setup/auto_registration_strategies/base.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Base class for registration strategies
Direct Known Subclasses
Constant Summary collapse
- PathnameType =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
Types.Instance(Pathname)
- EXTENSION_REGEX =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
/\.rb\z/.freeze
Instance Attribute Summary collapse
-
#file ⇒ String
readonly
Name of a component file.
Instance Attribute Details
#file ⇒ String (readonly)
Returns Name of a component file.
20 |
# File 'core/lib/rom/setup/auto_registration_strategies/base.rb', line 20 option :file, type: Types::Strict::String |