Class: Virtuozzo::SOAP::Drivers::Relocator::Calc_env_configResponse

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

Overview

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.



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

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

Instance Attribute Details

#configObject

Returns the value of attribute config.



2878
2879
2880
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2878

def config
  @config
end

#hw_notesObject

Returns the value of attribute hw_notes.



2879
2880
2881
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2879

def hw_notes
  @hw_notes
end