Class: IESD::APP

Inherits:
Object
  • Object
show all
Defined in:
lib/iesd/InstallESD.rb,
lib/iesd/InstallESD/InstallOSX.app.rb

Overview

OS X Installer App

Defined Under Namespace

Classes: InstallOSX

Class Method Summary collapse

Class Method Details

.new(url) ⇒ Object

Initialize a new installer APP.

Returns an installer APP if the type of the installer is detected, otherwise nil.



17
18
19
# File 'lib/iesd/InstallESD.rb', line 17

def self.new url
  IESD::APP::InstallOSX.validate(url) ? IESD::APP::InstallOSX.new(url) : nil
end