Class: Virtuozzo::SOAP::Drivers::Relocator::Calc_env_configResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Relocator::Calc_env_configResponse
- Defined in:
- lib/virtuozzo/soap/drivers/relocator/types.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
-
#config ⇒ Object
Returns the value of attribute config.
-
#hw_notes ⇒ Object
Returns the value of attribute hw_notes.
Instance Method Summary collapse
-
#initialize(config = nil, hw_notes = nil) ⇒ Calc_env_configResponse
constructor
A new instance of Calc_env_configResponse.
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
#config ⇒ Object
Returns the value of attribute config.
2878 2879 2880 |
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2878 def config @config end |
#hw_notes ⇒ Object
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 |