Class: Virtuozzo::SOAP::Types::Backupm::Set_config
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Backupm::Set_config
- Defined in:
- lib/virtuozzo/soap/types/backupm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/backupmset_config
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) ⇒ Set_config
constructor
A new instance of Set_config.
Constructor Details
#initialize(backupm_config = nil) ⇒ Set_config
Returns a new instance of Set_config.
2496 2497 2498 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2496 def initialize(backupm_config = nil) @backupm_config = backupm_config end |
Instance Attribute Details
#backupm_config ⇒ Object
Returns the value of attribute backupm_config.
2494 2495 2496 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2494 def backupm_config @backupm_config end |