Class: Virtuozzo::SOAP::Types::Backupm::Backupm_configurationType::Timeouts

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

Overview

inner class for member: timeouts http://www.swsoft.com/webservices/vzl/4.0.0/backupmtimeouts

backup - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(backup = nil) ⇒ Timeouts

Returns a new instance of Timeouts.



2229
2230
2231
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2229

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

Instance Attribute Details

#backupObject

Returns the value of attribute backup.



2227
2228
2229
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2227

def backup
  @backup
end