Class: Virtuozzo::SOAP::Types::Up2date::Uninstall
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::Uninstall
- Defined in:
- lib/virtuozzo/soap/types/up2date.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzaup2dateuninstall
update - Virtuozzo::SOAP::Drivers::Up2date::Uninstall::Update
no_reboot - (any)
Defined Under Namespace
Classes: Update
Instance Attribute Summary collapse
-
#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) ⇒ Uninstall
constructor
A new instance of Uninstall.
Constructor Details
#initialize(update = [], no_reboot = nil) ⇒ Uninstall
Returns a new instance of Uninstall.
2452 2453 2454 2455 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2452 def initialize(update = [], no_reboot = nil) @update = update @no_reboot = no_reboot end |
Instance Attribute Details
#no_reboot ⇒ Object
Returns the value of attribute no_reboot.
2450 2451 2452 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2450 def no_reboot @no_reboot end |
#update ⇒ Object
Returns the value of attribute update.
2449 2450 2451 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2449 def update @update end |