Class: MetzScan::Analyzers::RepeatedBranching::PredicateChain::Predicate
- Inherits:
-
Struct
- Object
- Struct
- MetzScan::Analyzers::RepeatedBranching::PredicateChain::Predicate
- Defined in:
- lib/metz_scan/analyzers/repeated_branching/predicate_chain.rb
Instance Attribute Summary collapse
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#receiver ⇒ Object
Returns the value of attribute receiver.
Instance Attribute Details
#method_name ⇒ Object
Returns the value of attribute method_name
8 9 10 |
# File 'lib/metz_scan/analyzers/repeated_branching/predicate_chain.rb', line 8 def method_name @method_name end |
#receiver ⇒ Object
Returns the value of attribute receiver
8 9 10 |
# File 'lib/metz_scan/analyzers/repeated_branching/predicate_chain.rb', line 8 def receiver @receiver end |