Class: Fontist::Manifest::Install
- Defined in:
 - lib/fontist/manifest/install.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(manifest, confirmation: "no", hide_licenses: false, no_progress: false)  ⇒ Install 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Install.
 
Methods inherited from Locations
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  |