Class: Virtuozzo::SOAP::Types::Up2date::Uninstall

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_rebootObject

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

#updateObject

Returns the value of attribute update.



2449
2450
2451
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2449

def update
  @update
end