Class: CovLoupe::ResultsetLoader::Result
- Inherits:
-
Struct
- Object
- Struct
- CovLoupe::ResultsetLoader::Result
- Defined in:
- lib/cov_loupe/loaders/resultset_loader.rb
Instance Attribute Summary collapse
-
#coverage_map ⇒ Object
Returns the value of attribute coverage_map.
-
#suite_names ⇒ Object
Returns the value of attribute suite_names.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#coverage_map ⇒ Object
Returns the value of attribute coverage_map
20 21 22 |
# File 'lib/cov_loupe/loaders/resultset_loader.rb', line 20 def coverage_map @coverage_map end |
#suite_names ⇒ Object
Returns the value of attribute suite_names
20 21 22 |
# File 'lib/cov_loupe/loaders/resultset_loader.rb', line 20 def suite_names @suite_names end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
20 21 22 |
# File 'lib/cov_loupe/loaders/resultset_loader.rb', line 20 def @timestamp end |