Class: Virtuozzo::SOAP::Drivers::Up2date::Uninstall::Update
- Inherits:
-
Virtuozzo::SOAP::Drivers::Up2date::UpdateType
- Object
- Virtuozzo::SOAP::Drivers::Up2date::UpdateType
- Virtuozzo::SOAP::Drivers::Up2date::Uninstall::Update
- Defined in:
- lib/virtuozzo/soap/drivers/up2date/types.rb
Overview
inner class for member: update http://www.swsoft.com/webservices/vza/4.0.0/vzaup2dateupdate
id - SOAP::SOAPString
name - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Attributes inherited from Virtuozzo::SOAP::Drivers::Up2date::UpdateType
#date, #description, #installed_version, #reboot, #size, #version
Instance Method Summary collapse
-
#initialize(id = nil, name = nil) ⇒ Update
constructor
A new instance of Update.
Constructor Details
#initialize(id = nil, name = nil) ⇒ Update
Returns a new instance of Update.
2441 2442 2443 2444 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2441 def initialize(id = nil, name = nil) @id = id @name = name end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
2438 2439 2440 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2438 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
2439 2440 2441 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2439 def name @name end |