class Blumquist::Errors::MissingArrayItemstype
Public Class Methods
new(property)
click to toggle source
Calls superclass method
# File lib/blumquist/errors/missing_array_items_type.rb, line 4 def initialize(property) super("Array items' type missing in #{property.to_json}") end