Method: PDK::Validate::InternalRubyValidator#validate_target
- Defined in:
- lib/pdk/validate/internal_ruby_validator.rb
#validate_target(report, target) ⇒ Integer
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
This method is abstract.
Validates a single target It is the responsibility of this method to populate the report with validation messages
92 |
# File 'lib/pdk/validate/internal_ruby_validator.rb', line 92 def validate_target(report, target); end |