Class: RDI::Model::Installer
- Inherits:
-
Object
- Object
- RDI::Model::Installer
- Defined in:
- lib/rdi/Model/Installer.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#Installer ⇒ Object
The Installer Installer.
-
#PossibleDestinations ⇒ Object
The list of possible destinations, and the directories they point to map< Integer, String >.
Instance Attribute Details
#Installer ⇒ Object
The Installer
Installer
14 15 16 |
# File 'lib/rdi/Model/Installer.rb', line 14 def Installer @Installer end |
#PossibleDestinations ⇒ Object
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 |