Class: Virtuozzo::SOAP::Types::Up2date::System_updateType
- Inherits:
-
UpdateType
- Object
- UpdateType
- Virtuozzo::SOAP::Types::Up2date::System_updateType
- 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
Defined Under Namespace
Classes: Type
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#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.
-
#type ⇒ Object
Returns the value of attribute type.
-
#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, type = nil, category = nil) ⇒ System_updateType
constructor
A new instance of System_updateType.
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
#category ⇒ Object
Returns the value of attribute category.
208 209 210 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 208 def category @category end |
#date ⇒ Object
Returns the value of attribute date.
206 207 208 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 206 def date @date end |
#description ⇒ Object
Returns the value of attribute description.
201 202 203 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 201 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
199 200 201 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 199 def id @id end |
#installed_version ⇒ Object
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 |
#name ⇒ Object
Returns the value of attribute name.
200 201 202 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 200 def name @name end |
#reboot ⇒ Object
Returns the value of attribute reboot.
203 204 205 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 203 def reboot @reboot end |
#size ⇒ Object
Returns the value of attribute size.
202 203 204 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 202 def size @size end |
#type ⇒ Object
Returns the value of attribute type.
207 208 209 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 207 def type @type end |
#version ⇒ Object
Returns the value of attribute version.
204 205 206 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 204 def version @version end |