Class: SimpleCov::Configuration::CoverageCriterion::GroupTarget

Inherits:
Data
  • Object
show all
Defined in:
lib/simplecov/configuration/coverage.rb,
sig/simplecov.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeGroupTarget

Returns a new instance of GroupTarget.

Parameters:

  • name: (String, Symbol)


307
# File 'sig/simplecov.rbs', line 307

def initialize: (name: String | Symbol) -> void

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



174
175
176
# File 'lib/simplecov/configuration/coverage.rb', line 174

def name
  @name
end