class Blumquist::Errors::MissingProperties

Public Class Methods

new(type) click to toggle source
Calls superclass method
# File lib/blumquist/errors/missing_properties.rb, line 4
def initialize(type)
  super("Neither 'properties' nor 'oneOf' defined in #{type.to_s.to_json}")
end