Module: AllureRubyAdaptorApi::Config

Defined in:
lib/allure-ruby-adaptor-api.rb

Constant Summary collapse

DEFAULT_OUTPUT_DIR =
'gen/allure-results'
DEFAULT_LOGGING_LEVEL =
Logger::DEBUG

Class Attribute Summary collapse

Class Attribute Details

.logging_levelObject

Returns the value of attribute logging_level.



8
9
10
# File 'lib/allure-ruby-adaptor-api.rb', line 8

def logging_level
  @logging_level
end

.output_dirObject

Returns the value of attribute output_dir.



8
9
10
# File 'lib/allure-ruby-adaptor-api.rb', line 8

def output_dir
  @output_dir
end