Class: Virtuozzo::SOAP::Types::Environment::Upgrade
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Environment::Upgrade
- Defined in:
- lib/virtuozzo/soap/types/environment.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzaenvmupgrade
eid - (any)
- Virtuozzo::SOAP::Drivers::Environment::Upgrade::Options
Defined Under Namespace
Classes: Options
Instance Attribute Summary collapse
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(eid = nil, options = nil) ⇒ Upgrade
constructor
A new instance of Upgrade.
Constructor Details
#initialize(eid = nil, options = nil) ⇒ Upgrade
Returns a new instance of Upgrade.
2855 2856 2857 2858 |
# File 'lib/virtuozzo/soap/types/environment.rb', line 2855 def initialize(eid = nil, = nil) @eid = eid @options = end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
2852 2853 2854 |
# File 'lib/virtuozzo/soap/types/environment.rb', line 2852 def eid @eid end |
#options ⇒ Object
Returns the value of attribute options.
2853 2854 2855 |
# File 'lib/virtuozzo/soap/types/environment.rb', line 2853 def @options end |