Class: Virtuozzo::SOAP::Types::Up2date::Windows_system_updateType

Inherits:
System_updateType show all
Defined in:
lib/virtuozzo/soap/types/up2date.rb

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzaup2datewindows_system_updateType

id - SOAP::SOAPString
name - SOAP::SOAPBase64
description - SOAP::SOAPBase64
size - SOAP::SOAPLong
reboot - (any)
version - SOAP::SOAPString
installed_version - SOAP::SOAPString
date - (any)
type - Virtuozzo::SOAP::Drivers::Up2date::Windows_system_updateType::Type
category - SOAP::SOAPString
product - SOAP::SOAPString

Defined Under Namespace

Classes: Type

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, name = nil, description = nil, size = nil, reboot = nil, version = nil, installed_version = nil, date = nil, type = nil, category = nil, product = nil) ⇒ Windows_system_updateType

Returns a new instance of Windows_system_updateType.



267
268
269
270
271
272
273
274
275
276
277
278
279
# File 'lib/virtuozzo/soap/types/up2date.rb', line 267

def initialize(id = nil, name = nil, description = nil, size = nil, reboot = nil, version = nil, installed_version = nil, date = nil, type = nil, category = nil, product = nil)
  @id = id
  @name = name
  @description = description
  @size = size
  @reboot = reboot
  @version = version
  @installed_version = installed_version
  @date = date
  @type = type
  @category = category
  @product = product
end

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



264
265
266
# File 'lib/virtuozzo/soap/types/up2date.rb', line 264

def category
  @category
end

#dateObject

Returns the value of attribute date.



262
263
264
# File 'lib/virtuozzo/soap/types/up2date.rb', line 262

def date
  @date
end

#descriptionObject

Returns the value of attribute description.



257
258
259
# File 'lib/virtuozzo/soap/types/up2date.rb', line 257

def description
  @description
end

#idObject

Returns the value of attribute id.



255
256
257
# File 'lib/virtuozzo/soap/types/up2date.rb', line 255

def id
  @id
end

#installed_versionObject

Returns the value of attribute installed_version.



261
262
263
# File 'lib/virtuozzo/soap/types/up2date.rb', line 261

def installed_version
  @installed_version
end

#nameObject

Returns the value of attribute name.



256
257
258
# File 'lib/virtuozzo/soap/types/up2date.rb', line 256

def name
  @name
end

#productObject

Returns the value of attribute product.



265
266
267
# File 'lib/virtuozzo/soap/types/up2date.rb', line 265

def product
  @product
end

#rebootObject

Returns the value of attribute reboot.



259
260
261
# File 'lib/virtuozzo/soap/types/up2date.rb', line 259

def reboot
  @reboot
end

#sizeObject

Returns the value of attribute size.



258
259
260
# File 'lib/virtuozzo/soap/types/up2date.rb', line 258

def size
  @size
end

#typeObject

Returns the value of attribute type.



263
264
265
# File 'lib/virtuozzo/soap/types/up2date.rb', line 263

def type
  @type
end

#versionObject

Returns the value of attribute version.



260
261
262
# File 'lib/virtuozzo/soap/types/up2date.rb', line 260

def version
  @version
end