Class: Henitai::SurvivorLoader::Report
- Inherits:
-
Struct
- Object
- Struct
- Henitai::SurvivorLoader::Report
- Defined in:
- lib/henitai/survivor_loader.rb,
sig/henitai.rbs
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 Method Summary collapse
-
#initialize ⇒ Report
constructor
A new instance of Report.
Constructor Details
#initialize ⇒ Report
Returns a new instance of Report.
1029 |
# File 'sig/henitai.rbs', line 1029
def initialize: (survivor_ids: Array[String], coverage_map: Hash[String, Array[String]], git_sha: String?) -> void
|
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 |