Method: Exekutor::Configuration#base_record_class_name=

Defined in:
lib/exekutor/configuration.rb

#base_record_class_name=(value) ⇒ self

Sets the base class name for database records. The validity of this value will not be checked immediately. (Ie. When the specified class does not exist, an error will raised when a database record is used for the first time.)

Parameters:

  • value (String)

    the class name

Returns:

  • (self)

Raises:

  • (Error)

    When the name is blank



43
# File 'lib/exekutor/configuration.rb', line 43

define_option :base_record_class_name, default: DEFAULT_BASE_RECORD_CLASS, required: true, type: String