Class: Virtuozzo::SOAP::Types::Up2date::Install
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::Install
- Defined in:
- lib/virtuozzo/soap/types/up2date.rb
Overview
Defined Under Namespace
Classes: Update
Instance Attribute Summary collapse
-
#no_boot_loader ⇒ Object
Returns the value of attribute no_boot_loader.
-
#no_reboot ⇒ Object
Returns the value of attribute no_reboot.
-
#update ⇒ Object
Returns the value of attribute update.
Instance Method Summary collapse
-
#initialize(update = [], no_reboot = nil, no_boot_loader = nil) ⇒ Install
constructor
A new instance of Install.
Constructor Details
#initialize(update = [], no_reboot = nil, no_boot_loader = nil) ⇒ Install
Returns a new instance of Install.
2419 2420 2421 2422 2423 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2419 def initialize(update = [], no_reboot = nil, no_boot_loader = nil) @update = update @no_reboot = no_reboot @no_boot_loader = no_boot_loader end |
Instance Attribute Details
#no_boot_loader ⇒ Object
Returns the value of attribute no_boot_loader.
2417 2418 2419 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2417 def no_boot_loader @no_boot_loader end |
#no_reboot ⇒ Object
Returns the value of attribute no_reboot.
2416 2417 2418 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2416 def no_reboot @no_reboot end |
#update ⇒ Object
Returns the value of attribute update.
2415 2416 2417 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2415 def update @update end |