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.
2450 2451 2452 2453 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2450 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.
2448 2449 2450 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2448 def no_reboot @no_reboot end |
#update ⇒ Object
Returns the value of attribute update.
2447 2448 2449 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2447 def update @update end |