Class: RuboCop::RSpecParity::CoverageReporter::Entry
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::RSpecParity::CoverageReporter::Entry
- Defined in:
- lib/rubocop/rspec_parity/coverage_reporter.rb
Instance Attribute Summary collapse
-
#branches ⇒ Object
Returns the value of attribute branches.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#spec_exists ⇒ Object
Returns the value of attribute spec_exists.
Instance Attribute Details
#branches ⇒ Object
Returns the value of attribute branches
15 16 17 |
# File 'lib/rubocop/rspec_parity/coverage_reporter.rb', line 15 def branches @branches end |
#method_name ⇒ Object
Returns the value of attribute method_name
15 16 17 |
# File 'lib/rubocop/rspec_parity/coverage_reporter.rb', line 15 def method_name @method_name end |
#notes ⇒ Object
Returns the value of attribute notes
15 16 17 |
# File 'lib/rubocop/rspec_parity/coverage_reporter.rb', line 15 def notes @notes end |
#spec_exists ⇒ Object
Returns the value of attribute spec_exists
15 16 17 |
# File 'lib/rubocop/rspec_parity/coverage_reporter.rb', line 15 def spec_exists @spec_exists end |