Class: Virtuozzo::SOAP::Types::Relocator::Calc_env_configResponse

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/relocatorcalc_env_configResponse

config - Virtuozzo::SOAP::Drivers::Relocator::Env_configType
hw_notes - Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(config = nil, hw_notes = nil) ⇒ Calc_env_configResponse

Returns a new instance of Calc_env_configResponse.



2885
2886
2887
2888
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2885

def initialize(config = nil, hw_notes = nil)
  @config = config
  @hw_notes = hw_notes
end

Instance Attribute Details

#configObject

Returns the value of attribute config.



2882
2883
2884
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2882

def config
  @config
end

#hw_notesObject

Returns the value of attribute hw_notes.



2883
2884
2885
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2883

def hw_notes
  @hw_notes
end