def apply()

in src/main/scala/com/gu/commercial/display/AdTargetParam.scala [71:75]


  def apply(typeName: String): ContentTypeParam     = ContentTypeParam(SingleValue(typeName))
  def from(item: Content): Option[ContentTypeParam] = SingleValue.fromRaw(item.`type`.name) map (ContentTypeParam(_))
}

case class EditionParam(value: SingleValue) extends AdTargetParam {