final case class EnvironmentVariable(name: String, value: String) extends Product with Serializable
- Source
- Manifest.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EnvironmentVariable
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EnvironmentVariable(name: String, value: String)
Value Members
- val name: String
-
def
toString(): String
- Definition Classes
- EnvironmentVariable → AnyRef → Any
- val value: String