Class: Virtuozzo::SOAP::Types::Backupm::Get_configResponse

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) ⇒ 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_configObject

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