Class: EventEngine::Definition::Configuration
- Inherits:
-
Object
- Object
- EventEngine::Definition::Configuration
- Defined in:
- lib/event_engine/definition/configuration.rb
Instance Attribute Summary collapse
-
#definitions_path ⇒ Object
Returns the value of attribute definitions_path.
-
#helper_path ⇒ Object
Returns the value of attribute helper_path.
-
#root_module ⇒ Object
Returns the value of attribute root_module.
- #subject_registry ⇒ Object
Instance Attribute Details
#definitions_path ⇒ Object
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_path ⇒ Object
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_module ⇒ Object
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_registry ⇒ Object
9 10 11 |
# File 'lib/event_engine/definition/configuration.rb', line 9 def subject_registry @subject_registry ||= SubjectRegistry.new end |