class Grape::Batch::RequestBodyError::InvalidMethod
Batch
request method aren’t allowed
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/grape/batch/errors.rb, line 62 def initialize super("'method' is invalid in one of request objects") end