Class: JSONSchemer::Fuzz::Keyword::Pattern
- Inherits:
-
Object
- Object
- JSONSchemer::Fuzz::Keyword::Pattern
- Defined in:
- lib/json_schemer/fuzz/keyword/pattern.rb
Class Method Summary collapse
Class Method Details
.invalid_params(attributes) ⇒ Object
6 7 8 |
# File 'lib/json_schemer/fuzz/keyword/pattern.rb', line 6 def invalid_params(attributes) raise "not implemented" end |
.valid_param(attributes) ⇒ Object
10 11 12 |
# File 'lib/json_schemer/fuzz/keyword/pattern.rb', line 10 def valid_param(attributes) raise "not implemented" end |