Class: RDI::Model::Installer

Inherits:
Object
  • Object
show all
Defined in:
lib/rdi/Model/Installer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#InstallerObject

The Installer

Installer


14
15
16
# File 'lib/rdi/Model/Installer.rb', line 14

def Installer
  @Installer
end

#PossibleDestinationsObject

The list of possible destinations, and the directories they point to

map< Integer, String >


18
19
20
# File 'lib/rdi/Model/Installer.rb', line 18

def PossibleDestinations
  @PossibleDestinations
end