Class: CovLoupe::ResultsetLoader::SuiteEntry
- Inherits:
-
Struct
- Object
- Struct
- CovLoupe::ResultsetLoader::SuiteEntry
- Defined in:
- lib/cov_loupe/loaders/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
21 22 23 |
# File 'lib/cov_loupe/loaders/resultset_loader.rb', line 21 def coverage @coverage end |
#name ⇒ Object
Returns the value of attribute name
21 22 23 |
# File 'lib/cov_loupe/loaders/resultset_loader.rb', line 21 def name @name end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
21 22 23 |
# File 'lib/cov_loupe/loaders/resultset_loader.rb', line 21 def @timestamp end |