Class: SimpleCovMcp::ResultsetLoader::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/simplecov_mcp/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



11
12
13
# File 'lib/simplecov_mcp/resultset_loader.rb', line 11

def coverage_map
  @coverage_map
end

#suite_namesObject

Returns the value of attribute suite_names

Returns:

  • (Object)

    the current value of suite_names



11
12
13
# File 'lib/simplecov_mcp/resultset_loader.rb', line 11

def suite_names
  @suite_names
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



11
12
13
# File 'lib/simplecov_mcp/resultset_loader.rb', line 11

def timestamp
  @timestamp
end