Class: SimpleCovMcp::ResultsetLoader::SuiteEntry
- Inherits:
-
Struct
- Object
- Struct
- SimpleCovMcp::ResultsetLoader::SuiteEntry
- Defined in:
- lib/simplecov_mcp/resultset_loader.rb
Instance Attribute Summary collapse
-
#coverage ⇒ Object
Returns the value of attribute coverage.
-
#name ⇒ Object
Returns the value of attribute name.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#coverage ⇒ Object
Returns the value of attribute coverage
12 13 14 |
# File 'lib/simplecov_mcp/resultset_loader.rb', line 12 def coverage @coverage end |
#name ⇒ Object
Returns the value of attribute name
12 13 14 |
# File 'lib/simplecov_mcp/resultset_loader.rb', line 12 def name @name end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
12 13 14 |
# File 'lib/simplecov_mcp/resultset_loader.rb', line 12 def @timestamp end |