Class: EventEngine::Definition::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/event_engine/definition/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#definitions_pathObject

Returns the value of attribute definitions_path.



6
7
8
# File 'lib/event_engine/definition/configuration.rb', line 6

def definitions_path
  @definitions_path
end

#helper_pathObject

Returns the value of attribute helper_path.



6
7
8
# File 'lib/event_engine/definition/configuration.rb', line 6

def helper_path
  @helper_path
end

#root_moduleObject

Returns the value of attribute root_module.



6
7
8
# File 'lib/event_engine/definition/configuration.rb', line 6

def root_module
  @root_module
end

#subject_registryObject



9
10
11
# File 'lib/event_engine/definition/configuration.rb', line 9

def subject_registry
  @subject_registry ||= SubjectRegistry.new
end