RawInput

case class RawInput(var title: String, var url: String, var subsection: List[RawInput])
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Constructors

def this()

Concrete methods

def setTitle(t: String): Unit
def setUrl(u: String): Unit

Inherited methods

Inherited from
Product