class Grape::Batch::RequestBodyError::MissingMethod

Batch request method is missing

Public Class Methods

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