Class: RailsLogConverter::Configuration
- Defined in:
- lib/rails_log_converter/configuration.rb
Class Attribute Summary collapse
-
.debug ⇒ Object
Returns the value of attribute debug.
-
.in_stream ⇒ Object
Returns the value of attribute in_stream.
-
.out_stream ⇒ Object
Returns the value of attribute out_stream.
Class Method Summary collapse
Class Attribute Details
.debug ⇒ Object
Returns the value of attribute debug.
4 5 6 |
# File 'lib/rails_log_converter/configuration.rb', line 4 def debug @debug end |
.in_stream ⇒ Object
Returns the value of attribute in_stream.
4 5 6 |
# File 'lib/rails_log_converter/configuration.rb', line 4 def in_stream @in_stream end |
.out_stream ⇒ Object
Returns the value of attribute out_stream.
4 5 6 |
# File 'lib/rails_log_converter/configuration.rb', line 4 def out_stream @out_stream end |
Class Method Details
.debug? ⇒ Boolean
5 6 7 |
# File 'lib/rails_log_converter/configuration.rb', line 5 def debug? @debug || false end |