Sha256: 746ed845db8775b888702a49bb04e5577c80b6c2842eb7ee3f4d063347ca803b

Contents?: true

Size: 217 Bytes

Versions: 3

Compression:

Stored size: 217 Bytes

Contents

module Grape
  module Validations
    class MultipleAttributesIterator < AttributesIterator
      private

      def yield_attributes(resource_params, _attrs)
        yield resource_params
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/grape-1.2.5/lib/grape/validations/multiple_attributes_iterator.rb
grape-extra_validators-1.0.0 vendor/bundle/ruby/2.4.0/gems/grape-1.2.5/lib/grape/validations/multiple_attributes_iterator.rb
grape-1.2.5 lib/grape/validations/multiple_attributes_iterator.rb