class Id3::V1::Tag

Defined in:

id3/v1.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(version : Int32, title : Nil | String, artist : Nil | String, album : Nil | String, year : Nil | String, comment : Nil | String, track : Nil | String, genre : Id3::V1::Genre | Nil) #

[View source]

Instance Method Detail

def album : String | Nil #

[View source]
def artist : String | Nil #

[View source]
def comment : String | Nil #

[View source]
def genre : Genre | Nil #

[View source]
def pretty_print(pp : PrettyPrint) #
Description copied from class Object

Pretty prints self into the given printer.

By default appends a text that is the result of invoking #inspect on self. Subclasses should override for custom pretty printing.


[View source]
def title : String | Nil #

[View source]
def to_tuple #

[View source]
def track : String | Nil #

[View source]
def version : Int32 #

[View source]
def year : String | Nil #

[View source]