Class: Virtuozzo::SOAP::Drivers::Up2date::Install
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Up2date::Install
- Defined in:
- lib/virtuozzo/soap/drivers/up2date/types.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzaup2dateinstall
update - Virtuozzo::SOAP::Drivers::Up2date::Install::Update
no_reboot - (any)
no_boot_loader - SOAP::SOAPString
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.
2417 2418 2419 2420 2421 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2417 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.
2415 2416 2417 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2415 def no_boot_loader @no_boot_loader end |
#no_reboot ⇒ Object
Returns the value of attribute no_reboot.
2414 2415 2416 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2414 def no_reboot @no_reboot end |
#update ⇒ Object
Returns the value of attribute update.
2413 2414 2415 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2413 def update @update end |