KSnip / com.github.nwillc.ksnip.model / LagacySnippet

LagacySnippet

data class LagacySnippet

Data class supporting the legacy snippet format.

Constructors

<init>

LagacySnippet(key: String = "", category: String = "", title: String = "", body: String = "")

Data class supporting the legacy snippet format.

Properties

body

var body: String

the snippet's body.

category

var category: String

the unique identifier of the category of the snippet.

key

var key: String

the unique identifier of the snippet.

title

var title: String

the snippet's title.