Class: LogrageActivejob::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/lograge_activejob/railtie.rb

Instance Attribute Summary collapse

Instance Attribute Details

#custom_optionsObject

Returns the value of attribute custom_options

Returns:

  • (Object)

    the current value of custom_options



4
5
6
# File 'lib/lograge_activejob/railtie.rb', line 4

def custom_options
  @custom_options
end

#loggerObject

Returns the value of attribute logger

Returns:

  • (Object)

    the current value of logger



4
5
6
# File 'lib/lograge_activejob/railtie.rb', line 4

def logger
  @logger
end