# File lib/cimi/models/base.rb, line 92 def initialize(attr_list, format) @lst = attr_list super("Required attributes not set: #{name}") end
Report the ValidationError as HTTP 400 - Bad Request
# File lib/cimi/models/base.rb, line 98 def code 400 end
# File lib/cimi/models/base.rb, line 102 def name @lst.join(',') end