Class: ROM::Components::Handler Private

Inherits:
Object
  • Object
show all
Extended by:
Initializer
Defined in:
lib/rom/components.rb

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.

Instance Method Summary collapse

Instance Method Details

#build(**options) ⇒ 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.



27
28
29
# File 'lib/rom/components.rb', line 27

def build(**options)
  constant.new(**options)
end