Class: SimpleCovMcp::ResultsetLoader::SuiteEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#coverageObject

Returns the value of attribute coverage

Returns:

  • (Object)

    the current value of coverage



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

def coverage
  @coverage
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



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

def timestamp
  @timestamp
end