class CrystalGauntlet::Songs::SongMetadata

Defined in:

lib/songs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, author : String, normalized_url : String, source : String, author_url : String, duration : Int32 | Nil, size : Int32 | Nil) #

[View source]

Instance Method Detail

def author : String #

[View source]
def author_url : String #

[View source]
def duration : Int32? #

[View source]
def name : String #

[View source]
def normalized_url : String #

[View source]
def size : Int32? #

[View source]
def source : String #

[View source]