Class: CodeClimate::TestReporter::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#branchObject

Returns the value of attribute branch.



22
23
24
# File 'lib/code_climate/test_reporter/configuration.rb', line 22

def branch
  @branch
end

#loggerObject

Returns the value of attribute logger.



22
23
24
# File 'lib/code_climate/test_reporter/configuration.rb', line 22

def logger
  @logger
end

#profileObject

Returns the value of attribute profile.



22
23
24
# File 'lib/code_climate/test_reporter/configuration.rb', line 22

def profile
  @profile
end