Class: FFProbe::TagsInfo
Instance Attribute Summary collapse
-
#album ⇒ Object
Returns the value of attribute album.
-
#author ⇒ Object
Returns the value of attribute author.
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#copyright ⇒ Object
Returns the value of attribute copyright.
-
#genre ⇒ Object
Returns the value of attribute genre.
-
#title ⇒ Object
Returns the value of attribute title.
-
#track ⇒ Object
Returns the value of attribute track.
-
#year ⇒ Object
Returns the value of attribute year.
Attributes inherited from Entity
Method Summary
Methods inherited from Entity
Instance Attribute Details
#album ⇒ Object
Returns the value of attribute album.
4 5 6 |
# File 'lib/ffprobe/tags_info.rb', line 4 def album @album end |
#author ⇒ Object
Returns the value of attribute author.
4 5 6 |
# File 'lib/ffprobe/tags_info.rb', line 4 def @author end |
#comment ⇒ Object
Returns the value of attribute comment.
4 5 6 |
# File 'lib/ffprobe/tags_info.rb', line 4 def comment @comment end |
#copyright ⇒ Object
Returns the value of attribute copyright.
4 5 6 |
# File 'lib/ffprobe/tags_info.rb', line 4 def copyright @copyright end |
#genre ⇒ Object
Returns the value of attribute genre.
4 5 6 |
# File 'lib/ffprobe/tags_info.rb', line 4 def genre @genre end |
#title ⇒ Object
Returns the value of attribute title.
4 5 6 |
# File 'lib/ffprobe/tags_info.rb', line 4 def title @title end |
#track ⇒ Object
Returns the value of attribute track.
4 5 6 |
# File 'lib/ffprobe/tags_info.rb', line 4 def track @track end |
#year ⇒ Object
Returns the value of attribute year.
4 5 6 |
# File 'lib/ffprobe/tags_info.rb', line 4 def year @year end |