Class: Virtuozzo::SOAP::Types::Backupm::Backup_optionsType::Remove

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

Overview

inner class for member: remove http://www.swsoft.com/webservices/vzl/4.0.0/backupmremove

backup - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(backup = nil) ⇒ Remove

Returns a new instance of Remove.



214
215
216
# File 'lib/virtuozzo/soap/types/backupm.rb', line 214

def initialize(backup = nil)
  @backup = backup
end

Instance Attribute Details

#backupObject

Returns the value of attribute backup.



212
213
214
# File 'lib/virtuozzo/soap/types/backupm.rb', line 212

def backup
  @backup
end