Class: Liebre::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/liebre/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actorsObject

Returns the value of attribute actors.



4
5
6
# File 'lib/liebre/config.rb', line 4

def actors
  @actors
end

#adapterObject

Returns the value of attribute adapter.



4
5
6
# File 'lib/liebre/config.rb', line 4

def adapter
  @adapter
end

#connectionsObject

Returns the value of attribute connections.



4
5
6
# File 'lib/liebre/config.rb', line 4

def connections
  @connections
end

#loggerObject



7
8
9
# File 'lib/liebre/config.rb', line 7

def logger
  @logger || null_logger
end