Class: Virtuozzo::SOAP::Types::Backupm::Set_config

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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_configObject

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