Class: Virtuozzo::SOAP::Types::Backupm::Get_configResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Backupm::Get_configResponse
- Defined in:
- lib/virtuozzo/soap/types/backupm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/backupmget_configResponse
backupm_config - Virtuozzo::SOAP::Types::Backupm::Backupm_configType
Instance Attribute Summary collapse
-
#backupm_config ⇒ Object
Returns the value of attribute backupm_config.
Instance Method Summary collapse
-
#initialize(backupm_config = nil) ⇒ Get_configResponse
constructor
A new instance of Get_configResponse.
Constructor Details
#initialize(backupm_config = nil) ⇒ Get_configResponse
Returns a new instance of Get_configResponse.
2544 2545 2546 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2544 def initialize(backupm_config = nil) @backupm_config = backupm_config end |
Instance Attribute Details
#backupm_config ⇒ Object
Returns the value of attribute backupm_config.
2542 2543 2544 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2542 def backupm_config @backupm_config end |