Class: SimpleCov::Configuration::CoverageCriterion::GroupTarget
- Inherits:
-
Data
- Object
- Data
- SimpleCov::Configuration::CoverageCriterion::GroupTarget
- Defined in:
- lib/simplecov/configuration/coverage.rb,
sig/simplecov.rbs
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize ⇒ GroupTarget
constructor
A new instance of GroupTarget.
Constructor Details
#initialize ⇒ GroupTarget
Returns a new instance of GroupTarget.
307 |
# File 'sig/simplecov.rbs', line 307
def initialize: (name: String | Symbol) -> void
|
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
174 175 176 |
# File 'lib/simplecov/configuration/coverage.rb', line 174 def name @name end |