Class: TagLib::ID3v2::PopularimeterFrame
- Defined in:
- docs/taglib/id3v2.rb
Overview
Popularimeter frame (POPM
).
Instance Attribute Summary collapse
-
#counter ⇒ Integer
Play counter.
-
#email ⇒ String
E-mail address.
-
#rating ⇒ Integer
Rating.
Attributes inherited from Frame
Method Summary
Methods inherited from Frame
Instance Attribute Details
#counter ⇒ Integer
Returns play counter.
300 301 302 |
# File 'docs/taglib/id3v2.rb', line 300 def counter @counter end |
#email ⇒ String
Returns e-mail address.
303 304 305 |
# File 'docs/taglib/id3v2.rb', line 303 def email @email end |
#rating ⇒ Integer
Returns rating.
306 307 308 |
# File 'docs/taglib/id3v2.rb', line 306 def @rating end |