class Safrano::Batch::DisabledHandler
jaune d'oeuf
Public Instance Methods
odata_get(_req)
click to toggle source
# File lib/odata/batch.rb, line 112 def odata_get(_req) [404, EMPTY_HASH, '$batch is not enabled '] end
odata_post(_req)
click to toggle source
# File lib/odata/batch.rb, line 108 def odata_post(_req) [404, EMPTY_HASH, '$batch is not enabled '] end