class

Data

Inherits UtilFile < YAML::Serializable < Reference < Object

An object that allows access to a data file. In SmartDirectory, this is where directory aliases, project aliases, and lock settings are stored.

Constructors

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)

An object that allows access to a data file. In SmartDirectory, this is where directory aliases, project aliases, and lock settings are stored.

Source

Class methods

filename
Source

Instance methods

default
Source
default=(default : String)
Source
history
Source
history=(history : History)
Source
lock
Source
lock=(lock : Lock)
Source
shortcuts
Source
shortcuts=(shortcuts : Hash(String, String))
Source