Class: Inch::Evaluation::Proxy::MethodObject

Inherits:
Base
  • Object
show all
Defined in:
lib/inch/evaluation/proxy/method_object.rb

Constant Summary

Constants inherited from Base

Base::MAX_SCORE, Base::MIN_SCORE

Instance Attribute Summary

Attributes inherited from Base

#object

Instance Method Summary collapse

Methods inherited from Base

criteria, #initialize, #max_score, #min_score, #priority, #roles, #score

Constructor Details

This class inherits a constructor from Inch::Evaluation::Proxy::Base

Instance Method Details

#evaluateObject



5
6
7
8
# File 'lib/inch/evaluation/proxy/method_object.rb', line 5

def evaluate
  super
  evaluate_parameters
end