Class: Id3Taginator::Frames::Lyrics::Entities::UnsyncLyrics
- Inherits:
-
Object
- Object
- Id3Taginator::Frames::Lyrics::Entities::UnsyncLyrics
- Includes:
- Extensions::Comparable
- Defined in:
- lib/id3taginator/frames/lyrics/entities/unsync_lyrics.rb
Instance Attribute Summary collapse
-
#descriptor ⇒ Object
Returns the value of attribute descriptor.
-
#language ⇒ Object
Returns the value of attribute language.
-
#lyrics ⇒ Object
Returns the value of attribute lyrics.
Instance Method Summary collapse
-
#initialize(language, descriptor, lyrics) ⇒ UnsyncLyrics
constructor
constructor.
Methods included from Extensions::Comparable
Constructor Details
#initialize(language, descriptor, lyrics) ⇒ UnsyncLyrics
constructor
17 18 19 20 21 |
# File 'lib/id3taginator/frames/lyrics/entities/unsync_lyrics.rb', line 17 def initialize(language, descriptor, lyrics) @language = language @descriptor = descriptor @lyrics = lyrics end |
Instance Attribute Details
#descriptor ⇒ Object
Returns the value of attribute descriptor.
10 11 12 |
# File 'lib/id3taginator/frames/lyrics/entities/unsync_lyrics.rb', line 10 def descriptor @descriptor end |
#language ⇒ Object
Returns the value of attribute language.
10 11 12 |
# File 'lib/id3taginator/frames/lyrics/entities/unsync_lyrics.rb', line 10 def language @language end |
#lyrics ⇒ Object
Returns the value of attribute lyrics.
10 11 12 |
# File 'lib/id3taginator/frames/lyrics/entities/unsync_lyrics.rb', line 10 def lyrics @lyrics end |