Module: ROM::Components::Provider::ClassMethods Private

Includes:
InstanceMethods
Defined in:
lib/rom/components/provider.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#componentsObject Originally defined in module InstanceMethods

#inherited(klass) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



55
56
57
58
# File 'lib/rom/components/provider.rb', line 55

def inherited(klass)
  super
  klass.components.update(components, abstract: true)
end

#registry(**options) ⇒ Object Originally defined in module InstanceMethods

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.