Class: Relevance::Tarantula::HtmlReporter::HtmlResultOverview

Inherits:
Struct
  • Object
show all
Defined in:
lib/relevance/tarantula/html_reporter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



10
11
12
# File 'lib/relevance/tarantula/html_reporter.rb', line 10

def code
  @code
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



10
11
12
# File 'lib/relevance/tarantula/html_reporter.rb', line 10

def description
  @description
end

#file_nameObject

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of file_name



10
11
12
# File 'lib/relevance/tarantula/html_reporter.rb', line 10

def file_name
  @file_name
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



10
11
12
# File 'lib/relevance/tarantula/html_reporter.rb', line 10

def method
  @method
end

#referrerObject

Returns the value of attribute referrer

Returns:

  • (Object)

    the current value of referrer



10
11
12
# File 'lib/relevance/tarantula/html_reporter.rb', line 10

def referrer
  @referrer
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



10
11
12
# File 'lib/relevance/tarantula/html_reporter.rb', line 10

def url
  @url
end