Class: MetzScan::Analyzers::RepeatedBranching::PredicateChain::Predicate

Inherits:
Struct
  • Object
show all
Defined in:
lib/metz_scan/analyzers/repeated_branching/predicate_chain.rb

Instance Attribute Summary collapse

Instance Attribute Details

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



8
9
10
# File 'lib/metz_scan/analyzers/repeated_branching/predicate_chain.rb', line 8

def method_name
  @method_name
end

#receiverObject

Returns the value of attribute receiver

Returns:

  • (Object)

    the current value of receiver



8
9
10
# File 'lib/metz_scan/analyzers/repeated_branching/predicate_chain.rb', line 8

def receiver
  @receiver
end