Class: CodeClimate::TestReporter::Configuration
- Inherits:
-
Object
- Object
- CodeClimate::TestReporter::Configuration
- Defined in:
- lib/code_climate/test_reporter/configuration.rb
Instance Attribute Summary collapse
-
#branch ⇒ Object
Returns the value of attribute branch.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#profile ⇒ Object
Returns the value of attribute profile.
Instance Attribute Details
#branch ⇒ Object
Returns the value of attribute branch.
22 23 24 |
# File 'lib/code_climate/test_reporter/configuration.rb', line 22 def branch @branch end |
#logger ⇒ Object
Returns the value of attribute logger.
22 23 24 |
# File 'lib/code_climate/test_reporter/configuration.rb', line 22 def logger @logger end |
#profile ⇒ Object
Returns the value of attribute profile.
22 23 24 |
# File 'lib/code_climate/test_reporter/configuration.rb', line 22 def profile @profile end |