Class: CovLoupe::ResultsetLoader::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/cov_loupe/loaders/resultset_loader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#coverage_mapObject

Returns the value of attribute coverage_map

Returns:

  • (Object)

    the current value of coverage_map



20
21
22
# File 'lib/cov_loupe/loaders/resultset_loader.rb', line 20

def coverage_map
  @coverage_map
end

#suite_namesObject

Returns the value of attribute suite_names

Returns:

  • (Object)

    the current value of suite_names



20
21
22
# File 'lib/cov_loupe/loaders/resultset_loader.rb', line 20

def suite_names
  @suite_names
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



20
21
22
# File 'lib/cov_loupe/loaders/resultset_loader.rb', line 20

def timestamp
  @timestamp
end