class Safrano::BadRequestInvalidAttribPath
for invalid attribute in path
Public Class Methods
new(model, attr)
click to toggle source
# File lib/odata/error.rb, line 171 def initialize(model, attr) @msg = "Bad Request: the attribute #{attr} is invalid for entityset #{model.entity_set_name}" end