-
Declaration
Swift
static let schema: String
-
The hunt’s ID.
Declaration
Swift
@Hunt .ID var id: UUID? { get set } -
The title of the hunt.
Declaration
Swift
@Hunt .Field var title: String { get set } -
A description of the hunt to convince people to join.
Declaration
Swift
@Hunt .Field var description: String { get set }
-
Declaration
Swift
init() -
Initializes a new Hunt.
Declaration
Swift
init(title: String, description: String) throwsParameters
creatorThe creator of this hunt
titleThe title for the hunt.
descriptionA description of this hunt
View on GitHub