Class: Virtuozzo::SOAP::Types::Envm::Upgrade

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/envm.rb

Overview

Defined Under Namespace

Classes: Options

Instance Attribute Summary collapse

Instance Method Summary collapse

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, options = nil)
  @eid = eid
  @options = options
end

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



2852
2853
2854
# File 'lib/virtuozzo/soap/types/envm.rb', line 2852

def eid
  @eid
end

#optionsObject

Returns the value of attribute options.



2853
2854
2855
# File 'lib/virtuozzo/soap/types/envm.rb', line 2853

def options
  @options
end