Class: Henitai::SurvivorLoader::Report
- Inherits:
-
Struct
- Object
- Struct
- Henitai::SurvivorLoader::Report
- Defined in:
- lib/henitai/survivor_loader.rb
Overview
Value object returned by #load.
Instance Attribute Summary collapse
-
#coverage_map ⇒ Object
Returns the value of attribute coverage_map.
-
#git_sha ⇒ Object
Returns the value of attribute git_sha.
-
#survivor_ids ⇒ Object
Returns the value of attribute survivor_ids.
Instance Attribute Details
#coverage_map ⇒ Object
Returns the value of attribute coverage_map
17 18 19 |
# File 'lib/henitai/survivor_loader.rb', line 17 def coverage_map @coverage_map end |
#git_sha ⇒ Object
Returns the value of attribute git_sha
17 18 19 |
# File 'lib/henitai/survivor_loader.rb', line 17 def git_sha @git_sha end |
#survivor_ids ⇒ Object
Returns the value of attribute survivor_ids
17 18 19 |
# File 'lib/henitai/survivor_loader.rb', line 17 def survivor_ids @survivor_ids end |