Class: Inch::Evaluation::Proxy::MethodObject
- 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
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
#evaluate ⇒ Object
5 6 7 8 |
# File 'lib/inch/evaluation/proxy/method_object.rb', line 5 def evaluate super evaluate_parameters end |