Class: RailsLogrageMiddleware::Config
- Inherits:
-
Struct
- Object
- Struct
- RailsLogrageMiddleware::Config
- Defined in:
- lib/rails_lograge_middleware/railtie.rb
Instance Attribute Summary collapse
-
#active_job_custom_options ⇒ Object
Returns the value of attribute active_job_custom_options.
-
#custom_options ⇒ Object
Returns the value of attribute custom_options.
Instance Attribute Details
#active_job_custom_options ⇒ Object
Returns the value of attribute active_job_custom_options
4 5 6 |
# File 'lib/rails_lograge_middleware/railtie.rb', line 4 def @active_job_custom_options end |
#custom_options ⇒ Object
Returns the value of attribute custom_options
4 5 6 |
# File 'lib/rails_lograge_middleware/railtie.rb', line 4 def @custom_options end |