Class: RailsLogConverter::Configuration

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

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.debugObject

Returns the value of attribute debug.



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

def debug
  @debug
end

.in_streamObject

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_streamObject

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

Returns:

  • (Boolean)


5
6
7
# File 'lib/rails_log_converter/configuration.rb', line 5

def debug?
  @debug || false
end