Class: Inch::Evaluation::MethodObject

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

Constant Summary

Constants inherited from Base

Base::MAX_SCORE, Base::MIN_SCORE, Base::TAGGED_SCORE

Instance Attribute Summary

Attributes inherited from Base

#max_score, #min_score, #object

Instance Method Summary collapse

Methods inherited from Base

criteria, #initialize, #priority, #roles, #score

Constructor Details

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

Instance Method Details

#evaluateObject



4
5
6
7
8
9
10
11
# File 'lib/inch/evaluation/method_object.rb', line 4

def evaluate
  eval_doc
  eval_parameters
  eval_return_type
  eval_code_example
  eval_method
  eval_misc
end