Method: PDK::Validate::InvokableValidator#invoke_style
- Defined in:
- lib/pdk/validate/invokable_validator.rb
#invoke_style ⇒ Object
This method is abstract.
Controls how many times the validator is invoked.
:once - The validator will be invoked once and passed all the
targets.
:per_target - The validator will be invoked for each target
separately.
18 19 20 |
# File 'lib/pdk/validate/invokable_validator.rb', line 18 def invoke_style :once end |