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
-
.logging_level ⇒ Object
Returns the value of attribute logging_level.
-
.output_dir ⇒ Object
Returns the value of attribute output_dir.
Class Attribute Details
.logging_level ⇒ Object
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_dir ⇒ Object
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 |