Class: Vmit::UnattendedInstall
- Inherits:
-
Object
- Object
- Vmit::UnattendedInstall
- Defined in:
- lib/vmit/unattended_install.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#location ⇒ Object
Returns the value of attribute location.
Instance Method Summary collapse
-
#initialize(location) ⇒ UnattendedInstall
constructor
abstract_method :execute_autoinstall.
Constructor Details
#initialize(location) ⇒ UnattendedInstall
abstract_method :execute_autoinstall
34 35 36 37 38 39 |
# File 'lib/vmit/unattended_install.rb', line 34 def initialize(location) @config = Confstruct::Configuration.new({ :packages => [] }) @location = location end |
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config.
29 30 31 |
# File 'lib/vmit/unattended_install.rb', line 29 def config @config end |
#location ⇒ Object
Returns the value of attribute location.
30 31 32 |
# File 'lib/vmit/unattended_install.rb', line 30 def location @location end |