final case class TemplateValidation(unitRef: UnitRef, resources: Set[String], template: String) extends Product with Serializable
A template that we want to render in Nelson
- unitRef
the name of the unit that owns the template
- resources
a set of resources the unit depends on
- template
the content of the template
- Source
- Templates.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TemplateValidation
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All