struct

Kozai::Settings::Field

Inherits Struct < Value < Object

One editable setting.

Constructors

new(section : String, key : String, kind : Kind, label : String, help : String, minimum : Float64 | Nil = nil, maximum : Float64 | Nil = nil)
Source

Instance methods

help

One line under it. Written for somebody who has not read the README.

Source
kind
Source
label

Shown as the label in the interface.

Source
maximum
Source
minimum

Bounds for a number, or nil.

Source
qualified

station.latitude, the form the API and the store both use.

Source
section
Source