Class: RuboCop::Cop::RSpecParity::PrivateMethodCallGraph::Result

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

Overview

rubocop:disable Metrics/ClassLength

Instance Attribute Summary collapse

Instance Attribute Details

#branchesObject

Returns the value of attribute branches

Returns:

  • (Object)

    the current value of branches



11
12
13
# File 'lib/rubocop/cop/rspec_parity/private_method_call_graph.rb', line 11

def branches
  @branches
end

#traced_methodsObject

Returns the value of attribute traced_methods

Returns:

  • (Object)

    the current value of traced_methods



11
12
13
# File 'lib/rubocop/cop/rspec_parity/private_method_call_graph.rb', line 11

def traced_methods
  @traced_methods
end