Class: Album
- Inherits:
-
Object
- Object
- Album
- Defined in:
- lib/piggy-core/album.rb
Overview
Album information containing file list, comments and rotations
Instance Attribute Summary collapse
-
#file_infos ⇒ Object
Returns the value of attribute file_infos.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#file_infos ⇒ Object
Returns the value of attribute file_infos.
7 8 9 |
# File 'lib/piggy-core/album.rb', line 7 def file_infos @file_infos end |
#path ⇒ Object
Returns the value of attribute path.
7 8 9 |
# File 'lib/piggy-core/album.rb', line 7 def path @path end |