Class: Album

Inherits:
Object
  • Object
show all
Defined in:
lib/piggy-core/album.rb

Overview

Album information containing file list, comments and rotations

Instance Attribute Summary collapse

Instance Attribute Details

#file_infosObject

Returns the value of attribute file_infos.



7
8
9
# File 'lib/piggy-core/album.rb', line 7

def file_infos
  @file_infos
end

#pathObject

Returns the value of attribute path.



7
8
9
# File 'lib/piggy-core/album.rb', line 7

def path
  @path
end