Class: SmartCore::Validator::Commands::Base Private
- Inherits:
-
Object
- Object
- SmartCore::Validator::Commands::Base
- Defined in:
- lib/smart_core/validator/commands/base.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Direct Known Subclasses
Instance Method Summary collapse
- #call(validator) ⇒ void private
Instance Method Details
#call(validator) ⇒ void
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 returns an undefined value.
11 |
# File 'lib/smart_core/validator/commands/base.rb', line 11 def call(validator); end |