class Grape::Batch::RequestBodyError::RequestFormat
Some requests attributes aren’t properly formatted as an Array
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/grape/batch/errors.rb, line 41 def initialize super("'requests' is not well formatted") end