Class: Fontist::Manifest::Install

Inherits:
Locations
  • Object
show all
Defined in:
lib/fontist/manifest/install.rb

Instance Method Summary collapse

Methods inherited from Locations

#call, from_file, from_hash

Constructor Details

#initialize(manifest, confirmation: "no", hide_licenses: false, no_progress: false) ⇒ Install

Returns a new instance of Install.



6
7
8
9
10
11
# File 'lib/fontist/manifest/install.rb', line 6

def initialize(manifest, confirmation: "no", hide_licenses: false, no_progress: false)
  super(manifest)
  @confirmation = confirmation
  @hide_licenses = hide_licenses
  @no_progress = no_progress
end