Method: Omnes::Configurable#config

Defined in:
lib/omnes/configurable.rb

#configConfigurable::Config

Returns the configuration class

Use this class to access readers and writers for the defined settings or nested configurations



77
78
79
# File 'lib/omnes/configurable.rb', line 77

def config
  @config
end