Class: LazyNames::ConfigLoader::BasicConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/lazy_names/config_loader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#definitionsObject

Returns the value of attribute definitions

Returns:

  • (Object)

    the current value of definitions



14
15
16
# File 'lib/lazy_names/config_loader.rb', line 14

def definitions
  @definitions
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



14
15
16
# File 'lib/lazy_names/config_loader.rb', line 14

def path
  @path
end