Masterify::ProjectManifest
Inherits YAML::Serializable < JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(albums : Array(ProjectAlbum), config : ProjectConfig | Nil = nil, tracks : Array(ProjectTrack) | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
albums
Sourceconfig
Sourceconfig!
Sourceconfig=(config : ProjectConfig | Nil)
Sourcetracks
Sourcetracks!
Source