SpecificationRef

case class SpecificationRef(header: SpecHeader, arguments: Arguments, alias: String, tooltip: String, hidden: Boolean, muted: Boolean) extends Description

Reference to another specification

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def linkText: String
def show: String
def specClassName: String
def url: String

Inherited methods

def matches(s: String): Boolean
Inherited from
Description
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def stripMargin(margin: Char): Description
Inherited from
Description