Class: Relevance::Tarantula::HtmlReporter::HtmlResultOverview
- Defined in:
- lib/relevance/tarantula/html_reporter.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#description ⇒ Object
Returns the value of attribute description.
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#method ⇒ Object
Returns the value of attribute method.
-
#referrer ⇒ Object
Returns the value of attribute referrer.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
7 8 9 |
# File 'lib/relevance/tarantula/html_reporter.rb', line 7 def code @code end |
#description ⇒ Object
Returns the value of attribute description
7 8 9 |
# File 'lib/relevance/tarantula/html_reporter.rb', line 7 def description @description end |
#file_name ⇒ Object
Returns the value of attribute file_name
7 8 9 |
# File 'lib/relevance/tarantula/html_reporter.rb', line 7 def file_name @file_name end |
#method ⇒ Object
Returns the value of attribute method
7 8 9 |
# File 'lib/relevance/tarantula/html_reporter.rb', line 7 def method @method end |
#referrer ⇒ Object
Returns the value of attribute referrer
7 8 9 |
# File 'lib/relevance/tarantula/html_reporter.rb', line 7 def referrer @referrer end |
#url ⇒ Object
Returns the value of attribute url
7 8 9 |
# File 'lib/relevance/tarantula/html_reporter.rb', line 7 def url @url end |