class

Masterify::ProjectManifest

Inherits YAML::Serializable < JSON::Serializable < Reference < Object

Constructors

load(project_path : String) : ProjectManifest
Source
new(albums : Array(ProjectAlbum), config : ProjectConfig | Nil = nil, tracks : Array(ProjectTrack) | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

albums
Source
albums=(albums : Array(ProjectAlbum))
Source
config
Source
config!
Source
config=(config : ProjectConfig | Nil)
Source
save(project_file_path : String | Nil = nil)
Source
tracks
Source
tracks!
Source
tracks=(tracks : Array(ProjectTrack) | Nil)
Source