# File lib/apipie/validator.rb, line 159 def initialize(param_description, argument, options={}) super(param_description) @type = argument @items_type = options[:of] @items_enum = options[:in] end