Class: LazyNames::ConfigLoader::BasicConfig
- Inherits:
-
Struct
- Object
- Struct
- LazyNames::ConfigLoader::BasicConfig
- Defined in:
- lib/lazy_names/config_loader.rb
Instance Attribute Summary collapse
-
#definitions ⇒ Object
Returns the value of attribute definitions.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#definitions ⇒ Object
Returns the value of attribute definitions
14 15 16 |
# File 'lib/lazy_names/config_loader.rb', line 14 def definitions @definitions end |
#path ⇒ Object
Returns the value of attribute path
14 15 16 |
# File 'lib/lazy_names/config_loader.rb', line 14 def path @path end |