Class: LogMinimal::Configuration

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

Class Attribute Summary collapse

Class Attribute Details

.level=(value) ⇒ Object (writeonly)

Sets the attribute level

Parameters:

  • value

    the value to set the attribute level to.



4
5
6
# File 'lib/log_minimal/configuration.rb', line 4

def level=(value)
  @level = value
end

.pathObject



6
7
8
# File 'lib/log_minimal/configuration.rb', line 6

def path
  @path || raise
end