GitLab CI Kotlin DSL • opensavvy.gitlab.ci.yaml • Yaml • Scalar • FloatingLiteral
FloatingLiteral¶
data class FloatingLiteral(val value: Double) : Yaml.Scalar
Constructors¶
FloatingLiteral
¶
constructor(value: Double)
Properties¶
value
¶
Functions¶
toYaml
¶
Converts this object into a Yaml object.
toYamlString
¶
fun toYamlString(): String
open override fun toYamlString(indentation: Int): String