Class: Virtuozzo::SOAP::Drivers::Up2date::Install::Update

Inherits:
UpdateType
  • Object
show all
Defined in:
lib/virtuozzo/soap/drivers/up2date/types.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 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.



2407
2408
2409
2410
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2407

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



2404
2405
2406
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2404

def id
  @id
end

#nameObject

Returns the value of attribute name.



2405
2406
2407
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2405

def name
  @name
end