Method: Passifier::Manifest#initialize

Defined in:
lib/passifier/manifest.rb

#initialize(asset_files, signing) ⇒ Manifest

Returns a new instance of Manifest.

Parameters:

  • The asset files to populate the manifest with

  • The signing to sign the images and generate the digests with



12
13
14
15
# File 'lib/passifier/manifest.rb', line 12

def initialize(asset_files, signing)
  @asset_files = asset_files
  populate_content(signing)
end