Class: Pork::Stat
- Inherits:
-
Struct
- Object
- Struct
- Pork::Stat
- Defined in:
- lib/pork/stat.rb
Defined Under Namespace
Modules: Imp
Instance Attribute Summary collapse
-
#assertions ⇒ Object
Returns the value of attribute assertions.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#exceptions ⇒ Object
Returns the value of attribute exceptions.
-
#failures ⇒ Object
Returns the value of attribute failures.
-
#mutex ⇒ Object
Returns the value of attribute mutex.
-
#reporter ⇒ Object
Returns the value of attribute reporter.
-
#skips ⇒ Object
Returns the value of attribute skips.
-
#start ⇒ Object
Returns the value of attribute start.
-
#tests ⇒ Object
Returns the value of attribute tests.
Instance Attribute Details
#assertions ⇒ Object
Returns the value of attribute assertions
6 7 8 |
# File 'lib/pork/stat.rb', line 6 def assertions @assertions end |
#errors ⇒ Object
Returns the value of attribute errors
6 7 8 |
# File 'lib/pork/stat.rb', line 6 def errors @errors end |
#exceptions ⇒ Object
Returns the value of attribute exceptions
6 7 8 |
# File 'lib/pork/stat.rb', line 6 def exceptions @exceptions end |
#failures ⇒ Object
Returns the value of attribute failures
6 7 8 |
# File 'lib/pork/stat.rb', line 6 def failures @failures end |
#mutex ⇒ Object
Returns the value of attribute mutex
6 7 8 |
# File 'lib/pork/stat.rb', line 6 def mutex @mutex end |
#reporter ⇒ Object
Returns the value of attribute reporter
6 7 8 |
# File 'lib/pork/stat.rb', line 6 def reporter @reporter end |
#skips ⇒ Object
Returns the value of attribute skips
6 7 8 |
# File 'lib/pork/stat.rb', line 6 def skips @skips end |
#start ⇒ Object
Returns the value of attribute start
6 7 8 |
# File 'lib/pork/stat.rb', line 6 def start @start end |
#tests ⇒ Object
Returns the value of attribute tests
6 7 8 |
# File 'lib/pork/stat.rb', line 6 def tests @tests end |