case class RawBan(reason: Option[String], user: User) extends Product with Serializable

A raw ban before going through the cache.

reason

Why the user was banned.

user

The user that was baned.

Source
rawData.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawBan
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RawBan(reason: Option[String], user: User)

    reason

    Why the user was banned.

    user

    The user that was baned.

Value Members

  1. def productElementNames: Iterator[String]
    Definition Classes
    Product
  2. val reason: Option[String]
  3. def toBan: Ban
  4. val user: User