class Safrano::API::MediaModelError
when published class as media does not have the mandatory media fields
Public Class Methods
new(name)
click to toggle source
Calls superclass method
# File lib/odata/error.rb, line 27 def initialize(name) super("Model #{name} does not have the mandatory media attributes content_type/media_src") end