Class: EasyJSONMatcher::ValueValidator
- Defined in:
- lib/easy_json_matcher/value_validator.rb
Instance Attribute Summary
Attributes inherited from Validator
#content, #errors, #key, #required
Instance Method Summary collapse
Methods inherited from Validator
#_check_content_type, #_check_required?, #_create_validator, #_no_errors?, #_post_initialise, #_set_content, #get_errors, #initialize, #reset!, #valid?
Constructor Details
This class inherits a constructor from EasyJSONMatcher::Validator
Instance Method Details
#_validate ⇒ Object
6 7 8 |
# File 'lib/easy_json_matcher/value_validator.rb', line 6 def _validate true end |