Class: Virtuozzo::SOAP::Types::Up2date::Template_updateType

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

Overview

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

id - SOAP::SOAPString
name - SOAP::SOAPBase64
description - SOAP::SOAPBase64
size - SOAP::SOAPLong
reboot - (any)
version - SOAP::SOAPString
installed_version - SOAP::SOAPString
date - (any)
app_template - Virtuozzo::SOAP::Drivers::Up2date::App_template_updateType

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, app_template = []) ⇒ Template_updateType

Returns a new instance of Template_updateType.



303
304
305
306
307
308
309
310
311
312
313
# File 'lib/virtuozzo/soap/types/up2date.rb', line 303

def initialize(id = nil, name = nil, description = nil, size = nil, reboot = nil, version = nil, installed_version = nil, date = nil, app_template = [])
  @id = id
  @name = name
  @description = description
  @size = size
  @reboot = reboot
  @version = version
  @installed_version = installed_version
  @date = date
  @app_template = app_template
end

Instance Attribute Details

#app_templateObject

Returns the value of attribute app_template.



301
302
303
# File 'lib/virtuozzo/soap/types/up2date.rb', line 301

def app_template
  @app_template
end

#dateObject

Returns the value of attribute date.



300
301
302
# File 'lib/virtuozzo/soap/types/up2date.rb', line 300

def date
  @date
end

#descriptionObject

Returns the value of attribute description.



295
296
297
# File 'lib/virtuozzo/soap/types/up2date.rb', line 295

def description
  @description
end

#idObject

Returns the value of attribute id.



293
294
295
# File 'lib/virtuozzo/soap/types/up2date.rb', line 293

def id
  @id
end

#installed_versionObject

Returns the value of attribute installed_version.



299
300
301
# File 'lib/virtuozzo/soap/types/up2date.rb', line 299

def installed_version
  @installed_version
end

#nameObject

Returns the value of attribute name.



294
295
296
# File 'lib/virtuozzo/soap/types/up2date.rb', line 294

def name
  @name
end

#rebootObject

Returns the value of attribute reboot.



297
298
299
# File 'lib/virtuozzo/soap/types/up2date.rb', line 297

def reboot
  @reboot
end

#sizeObject

Returns the value of attribute size.



296
297
298
# File 'lib/virtuozzo/soap/types/up2date.rb', line 296

def size
  @size
end

#versionObject

Returns the value of attribute version.



298
299
300
# File 'lib/virtuozzo/soap/types/up2date.rb', line 298

def version
  @version
end