Class: CodeClimate::TestReporter::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



24
25
26
# File 'lib/code_climate/test_reporter/configuration.rb', line 24

def initialize
  @gzip_request = true
end

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

#gzip_requestObject

Returns the value of attribute gzip_request.



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

def gzip_request
  @gzip_request
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

#path_prefixObject

Returns the value of attribute path_prefix.



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

def path_prefix
  @path_prefix
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