Class: Virtuozzo::SOAP::Types::Envm::Upgrade
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::Upgrade
- Defined in:
- lib/virtuozzo/soap/types/envm.rb
Overview
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/envm.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/envm.rb', line 2852 def eid @eid end |
#options ⇒ Object
Returns the value of attribute options.
2853 2854 2855 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 2853 def @options end |