Method: ROM::ModelBuilder.call

Defined in:
lib/rom/model_builder.rb

.call(*args) ⇒ Class

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.

Build a model class

Returns:

  • (Class)


42
43
44
# File 'lib/rom/model_builder.rb', line 42

def self.call(*args)
  new(*args).call
end