Class: Virtuozzo::SOAP::Types::Up2date::System_updateType

Inherits:
UpdateType
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/up2date.rb

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzaup2datesystem_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::System_updateType::Type
category - SOAP::SOAPString

Direct Known Subclasses

Windows_system_updateType

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) ⇒ System_updateType

Returns a new instance of System_updateType.



210
211
212
213
214
215
216
217
218
219
220
221
# File 'lib/virtuozzo/soap/types/up2date.rb', line 210

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

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



208
209
210
# File 'lib/virtuozzo/soap/types/up2date.rb', line 208

def category
  @category
end

#dateObject

Returns the value of attribute date.



206
207
208
# File 'lib/virtuozzo/soap/types/up2date.rb', line 206

def date
  @date
end

#descriptionObject

Returns the value of attribute description.



201
202
203
# File 'lib/virtuozzo/soap/types/up2date.rb', line 201

def description
  @description
end

#idObject

Returns the value of attribute id.



199
200
201
# File 'lib/virtuozzo/soap/types/up2date.rb', line 199

def id
  @id
end

#installed_versionObject

Returns the value of attribute installed_version.



205
206
207
# File 'lib/virtuozzo/soap/types/up2date.rb', line 205

def installed_version
  @installed_version
end

#nameObject

Returns the value of attribute name.



200
201
202
# File 'lib/virtuozzo/soap/types/up2date.rb', line 200

def name
  @name
end

#rebootObject

Returns the value of attribute reboot.



203
204
205
# File 'lib/virtuozzo/soap/types/up2date.rb', line 203

def reboot
  @reboot
end

#sizeObject

Returns the value of attribute size.



202
203
204
# File 'lib/virtuozzo/soap/types/up2date.rb', line 202

def size
  @size
end

#typeObject

Returns the value of attribute type.



207
208
209
# File 'lib/virtuozzo/soap/types/up2date.rb', line 207

def type
  @type
end

#versionObject

Returns the value of attribute version.



204
205
206
# File 'lib/virtuozzo/soap/types/up2date.rb', line 204

def version
  @version
end