Class: RuboCop::RSpecParity::CoverageReporter::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubocop/rspec_parity/coverage_reporter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#branchesObject

Returns the value of attribute branches

Returns:

  • (Object)

    the current value of branches



15
16
17
# File 'lib/rubocop/rspec_parity/coverage_reporter.rb', line 15

def branches
  @branches
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



15
16
17
# File 'lib/rubocop/rspec_parity/coverage_reporter.rb', line 15

def method_name
  @method_name
end

#notesObject

Returns the value of attribute notes

Returns:

  • (Object)

    the current value of notes



15
16
17
# File 'lib/rubocop/rspec_parity/coverage_reporter.rb', line 15

def notes
  @notes
end

#spec_existsObject

Returns the value of attribute spec_exists

Returns:

  • (Object)

    the current value of spec_exists



15
16
17
# File 'lib/rubocop/rspec_parity/coverage_reporter.rb', line 15

def spec_exists
  @spec_exists
end