Class: FFProbe::TagsInfo

Inherits:
Entity
  • Object
show all
Defined in:
lib/ffprobe/tags_info.rb

Instance Attribute Summary collapse

Attributes inherited from Entity

#units

Method Summary

Methods inherited from Entity

from_hash, units, #units?

Instance Attribute Details

#albumObject

Returns the value of attribute album.



4
5
6
# File 'lib/ffprobe/tags_info.rb', line 4

def album
  @album
end

#authorObject

Returns the value of attribute author.



4
5
6
# File 'lib/ffprobe/tags_info.rb', line 4

def author
  @author
end

#commentObject

Returns the value of attribute comment.



4
5
6
# File 'lib/ffprobe/tags_info.rb', line 4

def comment
  @comment
end

Returns the value of attribute copyright.



4
5
6
# File 'lib/ffprobe/tags_info.rb', line 4

def copyright
  @copyright
end

#genreObject

Returns the value of attribute genre.



4
5
6
# File 'lib/ffprobe/tags_info.rb', line 4

def genre
  @genre
end

#titleObject

Returns the value of attribute title.



4
5
6
# File 'lib/ffprobe/tags_info.rb', line 4

def title
  @title
end

#trackObject

Returns the value of attribute track.



4
5
6
# File 'lib/ffprobe/tags_info.rb', line 4

def track
  @track
end

#yearObject

Returns the value of attribute year.



4
5
6
# File 'lib/ffprobe/tags_info.rb', line 4

def year
  @year
end