Class: Henitai::SurvivorLoader::Report

Inherits:
Struct
  • Object
show all
Defined in:
lib/henitai/survivor_loader.rb

Overview

Value object returned by #load.

Instance Attribute Summary collapse

Instance Attribute Details

#coverage_mapObject

Returns the value of attribute coverage_map

Returns:

  • (Object)

    the current value of coverage_map



17
18
19
# File 'lib/henitai/survivor_loader.rb', line 17

def coverage_map
  @coverage_map
end

#git_shaObject

Returns the value of attribute git_sha

Returns:

  • (Object)

    the current value of git_sha



17
18
19
# File 'lib/henitai/survivor_loader.rb', line 17

def git_sha
  @git_sha
end

#survivor_idsObject

Returns the value of attribute survivor_ids

Returns:

  • (Object)

    the current value of survivor_ids



17
18
19
# File 'lib/henitai/survivor_loader.rb', line 17

def survivor_ids
  @survivor_ids
end