Class: DotCoverConfiguration

Inherits:
Object
  • Object
show all
Defined in:
lib/DotCoverRakeTask.rb

Instance Attribute Summary collapse

Instance Attribute Details

#executableObject

Returns the value of attribute executable.



63
64
65
# File 'lib/DotCoverRakeTask.rb', line 63

def executable
  @executable
end

#filtersObject

Returns the value of attribute filters.



63
64
65
# File 'lib/DotCoverRakeTask.rb', line 63

def filters
  @filters
end

#html_reportObject

Returns the value of attribute html_report.



63
64
65
# File 'lib/DotCoverRakeTask.rb', line 63

def html_report
  @html_report
end

#nunit_assembliesObject

Returns the value of attribute nunit_assemblies.



63
64
65
# File 'lib/DotCoverRakeTask.rb', line 63

def nunit_assemblies
  @nunit_assemblies
end

#nunit_executableObject

Returns the value of attribute nunit_executable.



63
64
65
# File 'lib/DotCoverRakeTask.rb', line 63

def nunit_executable
  @nunit_executable
end

#nunit_parametersObject

Returns the value of attribute nunit_parameters.



63
64
65
# File 'lib/DotCoverRakeTask.rb', line 63

def nunit_parameters
  @nunit_parameters
end

#report_directoryObject

Returns the value of attribute report_directory.



63
64
65
# File 'lib/DotCoverRakeTask.rb', line 63

def report_directory
  @report_directory
end

#report_nameObject

Returns the value of attribute report_name.



63
64
65
# File 'lib/DotCoverRakeTask.rb', line 63

def report_name
  @report_name
end

#snapshot_nameObject

Returns the value of attribute snapshot_name.



63
64
65
# File 'lib/DotCoverRakeTask.rb', line 63

def snapshot_name
  @snapshot_name
end

#xml_reportObject

Returns the value of attribute xml_report.



63
64
65
# File 'lib/DotCoverRakeTask.rb', line 63

def xml_report
  @xml_report
end