Class: Virtuozzo::SOAP::Drivers::Up2date::Uninstall
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Up2date::Uninstall
- Defined in:
- lib/virtuozzo/soap/drivers/up2date/types.rb
Overview
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/drivers/up2date/types.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/drivers/up2date/types.rb', line 2450 def no_reboot @no_reboot end |
#update ⇒ Object
Returns the value of attribute update.
2449 2450 2451 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2449 def update @update end |