Class: Snapfish::AlbumCollection

Inherits:
Base
  • Object
show all
Includes:
Enumerable
Defined in:
lib/snapfish/album_collection.rb

Instance Attribute Summary

Attributes inherited from Base

#json

Instance Method Summary collapse

Methods inherited from Base

connection, connection=, #created_at, #initialize, #updated_at

Constructor Details

This class inherits a constructor from Snapfish::Base

Instance Method Details

#eachObject



5
6
7
# File 'lib/snapfish/album_collection.rb', line 5

def each
  all.each { |album| yield album }
end