Class: SimpleCovMcp::ResultsetLoader::Result
- Inherits:
-
Struct
- Object
- Struct
- SimpleCovMcp::ResultsetLoader::Result
- Defined in:
- lib/simplecov_mcp/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
11 12 13 |
# File 'lib/simplecov_mcp/resultset_loader.rb', line 11 def coverage_map @coverage_map end |
#suite_names ⇒ Object
Returns the value of attribute suite_names
11 12 13 |
# File 'lib/simplecov_mcp/resultset_loader.rb', line 11 def suite_names @suite_names end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
11 12 13 |
# File 'lib/simplecov_mcp/resultset_loader.rb', line 11 def @timestamp end |