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

Methods included from Initializer

extended

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.



29
30
31
# File 'lib/rom/components.rb', line 29

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