class Id3::TaggedFile
- Id3::TaggedFile
- Reference
- Object
Defined in:
id3/tagged_file.crConstant Summary
- 
        SHORTCUTS = ["title", "artist", "album", "track", "year", "genre", "comment"]
Constructors
Class Method Summary
Instance Method Summary
- #album
- #artist
- #comment
- #genre
- 
        #pretty_print(pp : PrettyPrint)
        
          Pretty prints selfinto the given printer.
- #title
- #track
- #v1 : V1::Tag | Nil
- #v2 : V2::Tag | Nil
- #year
Constructor Detail
Class Method Detail
Instance Method Detail
        
        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.