class Grape::Batch::RequestBodyError::MethodFormat

Batch request method isn’t properly formatted as a String

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/grape/batch/errors.rb, line 55
def initialize
  super("'method' is invalid in one of request objects")
end