Class: RuboCop::Cop::RSpecParity::PrivateMethodCallGraph::Result
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::Cop::RSpecParity::PrivateMethodCallGraph::Result
- Defined in:
- lib/rubocop/cop/rspec_parity/private_method_call_graph.rb
Overview
rubocop:disable Metrics/ClassLength
Instance Attribute Summary collapse
-
#branches ⇒ Object
Returns the value of attribute branches.
-
#traced_methods ⇒ Object
Returns the value of attribute traced_methods.
Instance Attribute Details
#branches ⇒ Object
Returns the value of attribute branches
11 12 13 |
# File 'lib/rubocop/cop/rspec_parity/private_method_call_graph.rb', line 11 def branches @branches end |
#traced_methods ⇒ Object
Returns the value of attribute traced_methods
11 12 13 |
# File 'lib/rubocop/cop/rspec_parity/private_method_call_graph.rb', line 11 def traced_methods @traced_methods end |