Class: Virtuozzo::SOAP::Types::Up2date::Template_updateType
- Inherits:
-
UpdateType
- Object
- UpdateType
- Virtuozzo::SOAP::Types::Up2date::Template_updateType
- 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
Direct Known Subclasses
Instance Attribute Summary collapse
-
#app_template ⇒ Object
Returns the value of attribute app_template.
-
#date ⇒ Object
Returns the value of attribute date.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#installed_version ⇒ Object
Returns the value of attribute installed_version.
-
#name ⇒ Object
Returns the value of attribute name.
-
#reboot ⇒ Object
Returns the value of attribute reboot.
-
#size ⇒ Object
Returns the value of attribute size.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(id = nil, name = nil, description = nil, size = nil, reboot = nil, version = nil, installed_version = nil, date = nil, app_template = []) ⇒ Template_updateType
constructor
A new instance of Template_updateType.
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_template ⇒ Object
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 |
#date ⇒ Object
Returns the value of attribute date.
300 301 302 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 300 def date @date end |
#description ⇒ Object
Returns the value of attribute description.
295 296 297 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 295 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
293 294 295 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 293 def id @id end |
#installed_version ⇒ Object
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 |
#name ⇒ Object
Returns the value of attribute name.
294 295 296 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 294 def name @name end |
#reboot ⇒ Object
Returns the value of attribute reboot.
297 298 299 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 297 def reboot @reboot end |
#size ⇒ Object
Returns the value of attribute size.
296 297 298 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 296 def size @size end |
#version ⇒ Object
Returns the value of attribute version.
298 299 300 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 298 def version @version end |