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

Inherits:
Virtuozzo::SOAP::Types::Up2date::UpdateType show all
Defined in:
lib/virtuozzo/soap/types/up2date.rb

Overview

inner class for member: update http://www.swsoft.com/webservices/vza/4.0.0/vzaup2dateupdate

id - SOAP::SOAPString
name - SOAP::SOAPBase64

Instance Attribute Summary collapse

Attributes inherited from Virtuozzo::SOAP::Types::Up2date::UpdateType

#date, #description, #installed_version, #reboot, #size, #version

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, name = nil) ⇒ Update

Returns a new instance of Update.



2443
2444
2445
2446
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2443

def initialize(id = nil, name = nil)
  @id = id
  @name = name
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



2440
2441
2442
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2440

def id
  @id
end

#nameObject

Returns the value of attribute name.



2441
2442
2443
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2441

def name
  @name
end