class

Masterify::ProjectMetas

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

Constructors

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

artist
Source
artist=(artist : String | Nil)
Source
cover_art
Source
cover_art=(cover_art : String | Nil)
Source
disc
Source
disc=(disc : Int32 | Nil)
Source
genre
Source
genre=(genre : String | Nil)
Source
isrc
Source
isrc=(isrc : String | Nil)
Source
label
Source
label=(label : String | Nil)
Source
lang
Source
lang=(lang : String | Nil)
Source
pos=(pos : Int32 | Nil)
Source
producer
Source
producer=(producer : String | Nil)
Source
title
Source
title=(title : String | Nil)
Source
writers
Source
writers=(writers : Array(String) | Nil)
Source
year
Source
year=(year : Int32 | Nil)
Source