Class: Virtuozzo::SOAP::Types::Up2date::UpdateType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::UpdateType
- Defined in:
- lib/virtuozzo/soap/types/up2date.rb
Overview
Direct Known Subclasses
App_template_updateType, Install::Update, System_updateType, Template_updateType, Virtuozzo::SOAP::Types::Up2date::Uninstall::Update
Instance Attribute Summary collapse
-
#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) ⇒ UpdateType
constructor
A new instance of UpdateType.
Constructor Details
#initialize(id = nil, name = nil, description = nil, size = nil, reboot = nil, version = nil, installed_version = nil, date = nil) ⇒ UpdateType
Returns a new instance of UpdateType.
157 158 159 160 161 162 163 164 165 166 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 157 def initialize(id = nil, name = nil, description = nil, size = nil, reboot = nil, version = nil, installed_version = nil, date = nil) @id = id @name = name @description = description @size = size @reboot = reboot @version = version @installed_version = installed_version @date = date end |
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
155 156 157 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 155 def date @date end |
#description ⇒ Object
Returns the value of attribute description.
150 151 152 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 150 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
148 149 150 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 148 def id @id end |
#installed_version ⇒ Object
Returns the value of attribute installed_version.
154 155 156 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 154 def installed_version @installed_version end |
#name ⇒ Object
Returns the value of attribute name.
149 150 151 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 149 def name @name end |
#reboot ⇒ Object
Returns the value of attribute reboot.
152 153 154 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 152 def reboot @reboot end |
#size ⇒ Object
Returns the value of attribute size.
151 152 153 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 151 def size @size end |
#version ⇒ Object
Returns the value of attribute version.
153 154 155 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 153 def version @version end |