class Apicraft::Openapi::Response
def content_for(content_type = nil)
def content_for(content_type = nil) return if content.blank? content[content_type || default_content_type] end
def content_for(content_type = nil) return if content.blank? content[content_type || default_content_type] end