class CrystalGauntlet::Songs::SongMetadata
- CrystalGauntlet::Songs::SongMetadata
- Reference
- Object
Defined in:
lib/songs.crConstructors
Instance Method Summary
- #author : String
- #author_url : String
- #duration : Int32?
- #name : String
- #normalized_url : String
- #size : Int32?
- #source : String
Constructor Detail
def self.new(name : String, author : String, normalized_url : String, source : String, author_url : String, duration : Int32 | Nil, size : Int32 | Nil)
#