Class: ActiveAny::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#log_levelObject

Returns the value of attribute log_level.



5
6
7
# File 'lib/active_any/configuration.rb', line 5

def log_level
  @log_level
end

#loggerObject

Returns the value of attribute logger.



5
6
7
# File 'lib/active_any/configuration.rb', line 5

def logger
  @logger
end